Handler.MaximumNumberOfQueuedIncrementalRefreshMessages Property |
Maximum number of queued Market Data Incremental Refresh (X) messages.
Namespace:
OnixS.CmeMdHandler
Assembly:
OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax public static int MaximumNumberOfQueuedIncrementalRefreshMessages { get; set; }
Property Value
Type:
Int32Remarks
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