[Quickfix-developers] Session startup and seqnum reset
Brought to you by:
orenmnero
|
From: Martin T. <mta...@ho...> - 2006-02-21 14:07:04
|
Hi, My fix application is using these initiator parameters. I want the session's seqnum to be reset once every day at start time. [DEFAULT] ConnectionType=initiator ReconnectInterval=1 FileStorePath=Store FileLogPath=logs UseDataDictionary=N ResetOnLogout=N ResetOnDisconnect=N StartDay=monday EndDay=saturday [SESSION] StartTime=12:00:00 EndTime=00:00:01 HeartBtInt=10 BeginString=FIX.4.1 SenderCompID=mySenderCompID TargetCompID=myTargetID SocketConnectHost= some.ip SocketConnectPort=some.port What is happening, is that between each weekday, there is no session's seqnum reset. But on the TargetCompID side, they reset their seqnum every day. Is there another parameter to add other than ResetOnLogout or ResetOnDisconnect to get my session's seqnum reset everyday ? Thanks Martin |