FixEngineOutgoingMessagesStorageSize Property

FIX Antenna .NET Programmer's Guide
Returns the maximum number of outgoing messages that can be retransmitted in case of Resend Requests. If '-1' then the size is unlimited.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public int OutgoingMessagesStorageSize { get; }

Property Value

Type: Int32
maximum number of outgoing messages that can be retransmitted in case of Resend Requests
See Also

Reference