Option to send the Logout message before dropping the telecommunication link in case of Exception during the processing of incoming FIX message.

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

See Also