Time interval between the attempts to restore the telecommunication link (in seconds).

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 int ReconnectInterval { get; set; }
Visual Basic
Public Property ReconnectInterval As Integer
	Get
	Set
Visual C++
public:
property int ReconnectInterval {
	int get ();
	void set (int value);
}

See Also