forwardLogonAsInitiatorAsync Method    Table of ContentLogout Method forward
ISession.Logout Method
Overload List
  NameDescription
Public methodLogout()
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.

Public methodLogout(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.

Public methodLogout(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.

Top
See Also