-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sending received "fromApp" messages messes repeating groups #608
Comments
Example from the logs: Resent 2023/12/31 20:19:41.610119 8=FIX.4.4�9=220�35=D�34=2�49=CASE�50=01001a�52=20231231-20:19:41.609�56=01001�347=UTF-8�1=10100400�11=13976�21=1�38=1�40=2�44=12�54=1�55=EGMFC001MM19�59=0�60=20231231-20:19:41�336=NOPL�354=6�355=Public�386=1�447=D�448=4501�452=28�453=1�10=074� |
See also #568 |
@mrefky I believe this is resolved in https://github.com/quickfixgo/quickfix/releases/tag/v0.9.1 please re-open issue if that is not the case. |
Same thing using github.com/quickfixgo/quickfix v0.9.2 Field NoTradingSessions [386] must preceed Field TradingSessionID [336] |
I dont know how to re-open this issue, please reopen and thanks for your note. |
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)
}
The text was updated successfully, but these errors were encountered: