forwardMessageResendingEventArgs Properties   Table of ContentFlatMsg Property forward
MessageResendingEventArgs.AllowResending Property
If 'true' then the message will be re-sent to the counterparty, otherwise the SequenceReset-GapFill (MsgType 4) message will be sent instead.

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

Property Value

Type: Boolean
See Also