forwardHeartBtInt Property    Table of ContentInboundMessageLogFilter Property forward
Session.IgnoreLessThanExpectedSequenceNumber Property
By default,if the incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error and leads to FIX connection closing. This property allows to change this behavior and consider the sequence number of the incoming message, which less than expected, as an expected one.

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

Property Value

Type: Boolean

Implements

ISession.IgnoreLessThanExpectedSequenceNumber
See Also