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

The initial Logout message is sent to the counterparty and the method blocks until the acknowledgement Logout message is received or the Heartbeat interval is elapsed.

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()

Implements

ISession.Logout()
See Also