ISession.IncomingMessageGapQueueMaximumSize Property |
If RequestOnlyMissedMessages property is true and the sequence number of an incoming FIX message
greater than expected then the resend functionality is run and this incoming message is stored
in the incoming message gap queue for further processing.
This property allows setting the maximum size of that queue.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax int IncomingMessageGapQueueMaximumSize { get; set; }
Property Value
Type:
Int32See Also