forwardReportNewMessagesWhileWaitingForMissedMessages Property    Table of ContentResendingQueueSize Property forward
Session.RequestOnlyMissedMessages Property
By default, the "Resend Request" message requests all messages begin from the first missed one. This property allows to change this behavior and request only missed messages.

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

Property Value

Type: Boolean

Implements

ISession.RequestOnlyMissedMessages
Exceptions
ExceptionCondition
EngineExceptionThrown if the session state is not disconnected.
See Also