Re: [Quickfix-developers] Messages Prior to Logon
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-03-30 16:38:40
|
Messages Prior to LogonWhy are messages being sent to you before the = Logon? The Logon should always be the first message sent by a session. = Is this something the ASX does? --oren ----- Original Message -----=20 From: Belinda Ivkovic=20 To: qui...@li...=20 Sent: Wednesday, March 29, 2006 11:18 PM Subject: [Quickfix-developers] Messages Prior to Logon Hi Everyone,=20 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=20 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 -=20 [default]=20 DataDictionary=3D/fixItsAdapter/FIX44.xml=20 BeginString=3DFIX.4.4=20 ConnectionType=3Dinitiator=20 FileStorePath=3D/fixItsAdapter/dataStore=20 ResetOnLogout=3DN=20 ResetOnDisconnect=3DN=20 CheckLatency=3DN=20 [session]=20 SenderCompID=3DCL1_FIX44=20 TargetCompID=3DASX=20 SocketConnectHost=3Dourhost=20 SocketConnectPort=3D6003=20 TimeZone=3DAustralia/Brisbane=20 StartTime=3D14:45:00=20 EndTime=3D00:00:00=20 HeartBtInt=3D600=20 Is anyone else having the similar issues?=20 Thanks,=20 Belinda.=20 |