ReceiveTimeoutInMilliseconds Property Table of ContentReportNoDataWarning Property forward
Option to recover the Security Definition messages each time when the message sequence gap is detected.

Namespace: Onixs.CmeFastHandler
Assembly: Onixs.CmeFastHandler-3.5-x86 (in Onixs.CmeFastHandler-3.5-x86.dll) Version: 2.11.6.1 (2.11.6.1)

Syntax

C#
public bool RecoverSecurityDefinitionsOnGap { get; set; }

Remarks

Option to recover the Security Definition messages each time when the message sequence gap is detected. During the trading day new instruments can be defined, and these security definitions are sent over the Incremental A and B feeds. Therefore it is possible to miss new intra-day security definition messages, so it could be required to listen to the instrument feed again on a message gap. On the other hand, this could significantly increase the time of re-syncronization with the market after the detected message gap. The default value is false.

See Also