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-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public bool AllowResending { get; set; }
Visual Basic
Public Property AllowResending As Boolean
	Get
	Set
Visual C++
public:
property bool AllowResending {
	bool get ();
	void set (bool value);
}

See Also