[Quickfix-developers] Sequence Reset?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-05-27 07:42:58
|
Hi, For some reasons, when I restarted my application, QuickFIX started sending a logon message with sequence #=1. However, according to FIX's log, I see that before I restarted, the last outgoing sequence # was 1000+. And my settings are: ResetOnLogon=N ResetOnLogout=N ResetOnDisconnect=N I don't understand why QuickFIX would reset the sequence. I am using FileLogStore to keep the sequence #. My QuickFIX/C++ version is 1.12.4. Any idea? Thanks in advance. Cheers, Hei |