forwardSession Properties   Table of ContentCounterpartyHost Property forward
Session.ConsiderRejectOnResendRequestAsGapFill Property
By default,if the "Session Level Reject" message is received in replay to the "Resend Request" then this is considered as a serious problem and the FIX connection will be closed. This property allows to change this behavior and consider the "Session Level Reject" on the "Resend Request" as the "Sequence Reset Gap Fill" message.

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 ConsiderRejectOnResendRequestAsGapFill { get; set; }

Property Value

Type: Boolean

Implements

ISession.ConsiderRejectOnResendRequestAsGapFill
See Also