简体   繁体   English

QuickFix / N重设

[英]QuickFix/N reset

When I log on with this cgf I see QuickFix send 34=1 at the start of the day - why is it forcing this reset of the seq? 当我使用此cgf登录时,我看到QuickFix在一天开始时发送34 = 1-为什么它会强制重新设置seq?

# default settings for sessions
[DEFAULT]
FileStorePath=D:\Production\LOGS\storeFssOrdersUAT
FileLogPath=D:\Production\LOGS\logFssOrdersUAT
ConnectionType=initiator
ReconnectInterval=30
SenderCompID=TR

# session definition
[SESSION]
# inherit FileStorePath, FileLogPath, ConnectionType,
ReconnectInterval and SenderCompID from default
BeginString=FIX.4.4
TargetCompID=FSS
StartTime=00:00:00
EndTime=00:00:00
HeartBtInt=30
SocketConnectPort=910
SocketConnectHost=74.114
DataDictionary=D:\Production\FIX\FSS_FIX44.xml
ValidateUserDefinedFields=N
ValidateFieldsHaveValues=N
UseDataDictionary=Y
ResetOnLogon=N
ResetOnDisconnect=N
ResetOnLogout=N
ResetSeqNumFlag=N
EncryptMethod=0

Because of this: 因为这:

StartTime=00:00:00
EndTime=00:00:00

You have a daily session that resets seq at midnight. 您每天都有一个会话,会在午夜重置seq。

Do you want a weeklong session? 您是否需要为期一周的课程? Set StartDay / EndDay . 设置StartDay / EndDay

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM