我正在从英国运行 DropCopy 会话。
API 要求我在纽约时间下午 5 点之后重置 SeqNum。如何在我的配置中指定这个?请注意我的时间将在伦敦。我可以指定 EST/EDT 吗?
另外,我对 ResetSeqNumFlag=N 感到困惑。我每天要开关数百次。然而,我的 SeqNum 每天只重置一次。由于我已将此设置为 N,为什么它甚至会重置一次?
如果有人可以解释开始时间结束时间和登录之间的区别 - 我将不胜感激。我想我想在 StartTime NOT Logon 时重置SeqNum(因为我一整天都在反复登录)。如何配置为每天在 StartTime 仅 ResetSeqNum 一次?
CONFIG
# default settings for sessions
[DEFAULT]
FileStorePath=D:\Production\LOGS\Hs_storeDROP
FileLogPath=D:\Production\LOGS\Hs_logDROP
ConnectionType=initiator
ReconnectInterval=1
SenderCompID=fixclient
# session definition
[SESSION]
# inherit FileStorePath, FileLogPath, ConnectionType, ReconnectInterval and SenderCompID from default
BeginString=FIX.4.2
TargetCompID=FIX-E-FEED
StartTime=01:00:00
EndTime=23:59:00
HeartBtInt=20
SocketConnectPort=xxxx
SocketConnectHost=xxxx
DataDictionary=D:\Production\FIX\HS_FIX42.xml
ValidateUserDefinedFields=N
ValidateFieldsHaveValues=N
UseDataDictionary=Y
ResetOnLogon=N
ResetSeqNumFlag=N
EncryptMethod=0