Re: [Quickfix-developers] How do I manually reset my sequence number?
Brought to you by:
orenmnero
|
From: Andrew C. <And...@Tw...> - 2007-11-05 21:59:27
|
Check out the <Session>.seqnum in the store dir/db (or something close = to that) The file/db table contains two seq number seperated by a colon - adjust = the first one to your broker's seq num -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of mrvictory1999 Sent: Monday, November 05, 2007 4:51 PM To: qui...@li... Subject: [Quickfix-developers] How do I manually reset my sequence = number? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html I am connecting to a broker using QuickFix. In the case where our = sequence numbers get out of sync, I am having trouble re-syncing. Specifically, if my QuickFix engine believes the sequence number should = be 200, but the broker thinks it should be 300, I'll get a message like: MsgSeqNum too low, expecting 300 but received 200 Logon QuickFix will then repeatedly try to log in, incrementing the sequence number each time. So after 100 tries, it'll be at the right number. I need to know how to manually set my sequence number to 300 so that I = can skip the 100 reconnect attempts. Thanks for your help! Matt --=20 View this message in context: http://www.nabble.com/How-do-I-manually-reset-my-sequence-number--tf47546= 63. html#a13596466 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. -------------------------------------------------------------------------= This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Quickfix-developers mailing list = Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |