Terminates the FIX Connection.

The initial Logout message is sent to the conterparty and the method blocks until the acknowledgement Logout message is received.

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 virtual void Logout(
	string text
)
Visual Basic
Public Overridable Sub Logout ( _
	text As String _
)
Visual C++
public:
virtual void Logout(
	String^ text
)

Parameters

text
Type: System..::..String
Free format text string that is sent to the counterparty in the Text (tag=58) field of the initial Logout message.

See Also