forwardSendQueueMaxSize Property    Table of ContentSendSpinningTimeoutUsec Property forward
Session.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#
public virtual bool SendResendRequestOnEachMessageGap { get; set; }

Property Value

Type: Boolean

Implements

ISession.SendResendRequestOnEachMessageGap
See Also