[Quickfix-developers] Messages Prior to Logon
Brought to you by:
orenmnero
|
From: Belinda I. <Bel...@gb...> - 2006-03-30 05:28:44
|
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=3D/fixItsAdapter/FIX44.xml BeginString=3DFIX.4.4 ConnectionType=3Dinitiator FileStorePath=3D/fixItsAdapter/dataStore ResetOnLogout=3DN ResetOnDisconnect=3DN CheckLatency=3DN [session] SenderCompID=3DCL1_FIX44 TargetCompID=3DASX SocketConnectHost=3Dourhost SocketConnectPort=3D6003 TimeZone=3DAustralia/Brisbane StartTime=3D14:45:00 EndTime=3D00:00:00 HeartBtInt=3D600 Is anyone else having the similar issues? Thanks, Belinda. |