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

The initial Logout 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(
	Message customLogoutMessage
)

Parameters

customLogoutMessage
Type: FIXForge.NET.FIX.Message
Custom Logout (MsgType=5) message.
See Also