If I resend the received fix message to the sender I get wrong message: example _code:_ func (e *executor) FromApp(msg *quickfix.Message, sessionID quickfix.SessionID) (reject quickfix.MessageRejectError) { quickfix.SendToTarget(msg,sessionID) }
If I resend the received fix message to the sender I get wrong message:
example code:
func (e *executor) FromApp(msg *quickfix.Message, sessionID quickfix.SessionID) (reject quickfix.MessageRejectError) {
quickfix.SendToTarget(msg,sessionID)
}