forwardRequestOnlyMissedMessages Property    Table of ContentResendRequestMaximumRange Property forward
Session.ResendingQueueSize Property
Number of sent messages that are available for resending on counterpart's Resend Request <2> message. By default, the option value equal to -1, therefore the value of the ResendingQueueSize is used.

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

Property Value

Type: UInt32

Implements

ISession.ResendingQueueSize
See Also