forwardLogout Method (String)   Table of ContentLogoutAsync Method forward
Session.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#
public virtual void Logout(
	Message customLogoutMessage
)

Parameters

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

Implements

ISession.Logout(Message)
See Also