LocalNetworkInterfaceB Property Table of ContentOrderBookTraceSwitch Property
Maximum number of queued Market Data Incremental Refresh (X) messages.

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 static int MaximumNumberOfQueuedIncrementalRefreshMessages { get; set; }

Remarks

When the message gap is detected all subsequent Refresh(X) messages are queued until the Handler re-synchronizes with the market using Snapshot(W) messages. After that the queued Refresh(X) messages are re-played. This setting could be used to limit the memory usage when there is no Market Data - Snapshot/Full Refresh (W) messages.

See Also