RE: [Quickfix-developers] Messages Prior to Logon
Brought to you by:
orenmnero
|
From: Steinberg, J. <Jon...@bo...> - 2006-03-31 20:01:28
|
I was having a similar issue. When the start time is after the end time of a quickFIX session, the session will reset itself exactly 24 hours after the last start time, not at the start time, so If an a particular day the session is starting up a few seconds earlier than the prior day, it could be still be sending messages at the start time from the previous session, and then reset itself a few seconds later. There was a patch for this. Look in the list archives for the topic "Session *Not* resetting" I , myself , am working around this problem by making sure my session end time is after the start time ________________________________ From: qui...@li... [mailto:qui...@li...] On Behalf Of Belinda Ivkovic Sent: Thursday, March 30, 2006 12:19 AM To: qui...@li... Subject: [Quickfix-developers] Messages Prior to Logon Hi Everyone, I have the following scenario, the FIX session is not logged on yet (before StartTime) and a message arrives. When the session tries to log on, it is disconnected for the following reason - MsgSeqNum too low, expecting 3 but received 1 Logon I thought that messages that arrived before the session was logged on would be kept and sent after the Logon response was received? Is this the expected behaviour? My quickfix.cfg properties are as follows - [default] DataDictionary=/fixItsAdapter/FIX44.xml BeginString=FIX.4.4 ConnectionType=initiator FileStorePath=/fixItsAdapter/dataStore ResetOnLogout=N ResetOnDisconnect=N CheckLatency=N [session] SenderCompID=CL1_FIX44 TargetCompID=ASX SocketConnectHost=ourhost SocketConnectPort=6003 TimeZone=Australia/Brisbane StartTime=14:45:00 EndTime=00:00:00 HeartBtInt=600 Is anyone else having the similar issues? Thanks, Belinda. |