forwardSendQueueMaxSize Property    Table of ContentSendSpinningTimeoutUsec Property forward
ISession.SendResendRequestOnEachMessageGap Property
By default, the "Resend Request" message is sent only once - when the first gap is detected. This property allows sending the "Resend Request" message on each detected message sequence number gap.

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#
bool SendResendRequestOnEachMessageGap { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
EngineExceptionThrown if the session state is not disconnected.
See Also