[Quickfix-developers] Sessions are not established when it reaches the startTime.
Brought to you by:
orenmnero
From: Dinesh B. <Din...@in...> - 2004-11-08 09:03:44
|
hi, I have two programmes acting one as client and other as server. in the quickfixConfig.cfg (configuration file) i have configured the = start and EndTime as follows. StartTime=3D08:45:00 EndTime=3D08:10:00 =20 the above timings are in GMT. for convenience i changed my system time to GMT. I started the server programme before running the client programme. Two cases. 1) when i start my client programme before the start Time say 08:40:00 connection established successfully but the sessions are not created = that is fine. but when the time reaches 8:45 it didn't (create) establish the = sessions (ideally it should establish the sessions know.) =09 2) when i start the client programme some where after the startTime say = 8:48 then it established sessions. i want to know y the sessions are not created in the first case as i = have explained.. can any one through some light on this.. BELOW is My Configuration File i.e. at client side. =09 [DEFAULT] ConnectionType=3Dinitiator HeartBtInt=3D20 FileStorePath=3Dstore FileLogPath=3Dlogs StartTime=3D08:45:00 EndTime=3D08:10:00=20 ResetOnDisconnect=3DN ResetOnLogout=3DN ProviderPassword=3D SenderSubID=3D OnLogonResetMsgSeqNo=3Dfalse [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DITLClientMD TargetCompID=3DITLServer UseDataDictionary=3DY ValidateFieldsOutOfOrder=3DY DataDictionary=3Djava/spec/barclay/FIX42.xml CheckLatency=3DN SocketConnectHost=3Dlocalhost SocketConnectPort=3D5007 [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DITLClientOrder TargetCompID=3DITLServer UseDataDictionary=3DY ValidateFieldsOutOfOrder=3DY DataDictionary=3Djava/spec/barclay/FIX42.xml CheckLatency=3DN SocketConnectHost=3Dlocalhost SocketConnectPort=3D5007 Thanx. Dinesh. |