Option to send the Logout message before dropping the telecommunication link in reply on Logon message with duplicate identity (a valid FIX Connection is already underway for the same SenderCompID, TargetCompID and FIX Version).

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

See Also