[Quickfix-developers] 24 Hour connectivity
Brought to you by:
orenmnero
From: Stancescu C. <Con...@sw...> - 2002-09-10 13:03:25
|
...according to the FIX specs this may be done by sending Logon messages with ResetSeqNumFlag set. My understanding is that: - one party will sned a logogn with ResetSeqNumFlag set and a seqNum of 1 - the second party will react by doing the same From now they restarted from one. My first reaction, using QuickFix was to try to manage this situation by doing things in my implementation of toAdmin and fromAdmin. However, with QuickFix any attempt to do a Logon with a seqNum which is too low fails very early in the xxxTargetTooLow functions, so there is no chance to intercept and do something !! What do I miss ? Thanks, Constantin |