forwardReportNewMessagesWhileWaitingForMissedMessages Property    Table of ContentResendingQueueSize Property forward
ISession.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#
bool RequestOnlyMissedMessages { get; set; }

Property Value

Type: Boolean
See Also