Re: [Quickfix-developers] Sequence Reset?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-05-30 21:59:23
|
I thought that QF would ignore ResetOnLogon if I set it for an initiator, and QF would preserve the sequence # in the file system as long as I use FIX::FileStoreFactory and set ResetOnLogout and ResetOnDisconnect to N. Anyway, I am going to try out your and Clebson's suggestion. Thanks :) ----- Original Message ---- From: "Natala, Benjamin J" <ben...@jp...> To: Clebson Derivan <cde...@gm...>; Hei Chan <str...@ya...> Cc: "qui...@li..." <qui...@li...> Sent: Mon, May 30, 2011 1:29:51 PM Subject: RE: [Quickfix-developers] Sequence Reset? I believe these lines are the issue. They only apply to Acceptors (servers) and you are creating an Initiator (client). You should use RefreshOnLogon = Y and the engine will preserve seqNums. ResetOnLogon=N ResetOnLogout=N ResetOnDisconnect=N See the documentation on configuration, http://www.quickfixengine.org/quickfix/doc/html/configuration.html. Regards. -----Original Message----- From: Clebson Derivan [mailto:cde...@gm...] Sent: Monday, May 30, 2011 3:05 PM To: Hei Chan Cc: qui...@li... Subject: Re: [Quickfix-developers] Sequence Reset? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email. |