FixEngineOutgoingMessagesStorageSize Property |
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.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic int OutgoingMessagesStorageSize { get; }
function get OutgoingMessagesStorageSize () : int
Property Value
Int32maximum number of outgoing messages that can be retransmitted in case of Resend Requests
See Also