forwardLogout Method    Table of ContentLogout Method (Message)forward
ISession.Logout Method (String)
Terminates the FIX Connection.

The initial Logout (MsgType=5) message is sent to the counterparty and the method blocks until the acknowledgement Logout message is received.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
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