Hi Martin,
> My fix application is using these initiator parameters. I want the=20
> session's seqnum to be reset once every day at start time.
Resetting sequence numbers means to start a new session, ie a FIX session=
starts with=20
number 1 and lasts until the sequence is reset to 1.
> [DEFAULT]
> ConnectionType=3Dinitiator
> ReconnectInterval=3D1
> FileStorePath=3DStore
> FileLogPath=3Dlogs
> UseDataDictionary=3DN
> ResetOnLogout=3DN
> ResetOnDisconnect=3DN
> StartDay=3Dmonday
> EndDay=3Dsaturday
Using StartDay and EndDay you request weeklong sessions, ie session start=
s on Monday
and ends on Saturday. Therefore, the reset is done only on Saturday.
> [SESSION]
> StartTime=3D12:00:00
> EndTime=3D00:00:01
> HeartBtInt=3D10
> BeginString=3DFIX.4.1
> SenderCompID=3DmySenderCompID
> TargetCompID=3DmyTargetID
> SocketConnectHost=3D some.ip
> SocketConnectPort=3Dsome.port
>=20
> What is happening, is that between each weekday, there is no session's=20
> seqnum reset. But on the TargetCompID side, they reset their seqnum=20
> every day. Is there another parameter to add other than ResetOnLogout=20
> or ResetOnDisconnect to get my session's seqnum reset everyday ?
Just remove the "StartDay" and "EndDay" in the DEFAULT section.
Cheers, J=F6rg
--=20
Joerg Thoennes
http://macd.com
Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH
Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen
|