2007-02-02 20:09:51 UTC
Is there an easy way to reset the internal send queue message sequence number? When you send the initial session login message, and you have the wrong sequence number, the FIX server if written according to spec, will send you back a logout message instead of a corresponding login message, and tell you in the text field what the correct sequence number is.
Here's a sample message back:
2007-02-02 10:41:33,234 [SocketEngine.Receive] DEBUG FIX4NET.Net.SocketEngine : ReceiveLoop - Message parsed from stream / Message=8=FIX.4.4|9=114|35=5|34=12|49=FXSOL|50=FixGateway|56=CURCON|52=20070202-18:41:15|58=Expect Sequence Number 12.Session terminated.|10=100|
I've replaced all occurrences of Ctrl-A with a pipe symbol.
Thanks.