[Quickfix-users] Settings for discontiguous session times
Brought to you by:
orenmnero
From: Brendan B. B. <br...@ka...> - 2004-07-28 15:25:37
|
Hi, This is to request help in configuring sessions for a FIX server which implements session times as follows: "FIX connectivity is available from 00:25 to 21:50 and 22:10 to 23:55 Monday to Friday (all client connections are dropped at 21:50 and again at 23:55). "FIX sequence numbers are reset at the beginning of each weekday before the 00:25 start." Would I create two session entries w/the different times? How would I tell it to reset seq nums prior to the start of the first session? I could use ResetOnLogout=Y for the 2nd session I think although the seqnums would be reset if I logged out prior to 23:55. # Prices, 1st session [SESSION] ConnectionType=initiator SenderCompID=SENDERID TargetCompID=TARGETID SocketConnectHost=... SocketConnectPort=... FileStorePath=.\FixFiles FileLogPath=.\FixFiles StartTime=00:25:00 EndTime=021:50:00 ResetOnLogout=N # Prices, 2nd session [SESSION] ConnectionType=initiator SenderCompID=SENDERID TargetCompID=TARGETID SocketConnectHost=... SocketConnectPort=... FileStorePath=.\FixFiles FileLogPath=.\FixFiles StartTime=22:10:00 EndTime=23:55:00 ResetOnLogout=Y TIA, Brendan |