forwardInboundMessageLogFilter Property    Table of ContentInSeqNum Property forward
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.10.1.0
Syntax
C#
int IncomingMessageGapQueueMaximumSize { get; set; }

Property Value

Type: Int32
See Also