ISession.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.12.0.0
Syntax bool IgnoreLessThanExpectedSequenceNumber { get; set; }
Property Value
Type:
BooleanSee Also