[Quickfix-users] Handling a mismatch in the sequence number on logon
Brought to you by:
orenmnero
From: Gil W. <gil...@gm...> - 2007-07-30 07:25:10
|
Hi all, I'm using QuickFix and working with a server that doesn't support the "reset sequence numbers on logon" feature. when I get a mismatch in the sequence numbers (and I usually get that after a timeout or an error during the logout process), I simply can't recover - I can't tell the server to reset during my logon, and I can't get QuickFix to send a ResetSequence request (because by the time I can do that, it has already started sending a ResendRequest and it's all downhill from there). So, what's the best way of resetting the sequence number without specifying so in the logon request, and where do I do it? Thanks, Gil |