Session.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.12.0.0
Syntaxpublic virtual 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.
Implements
ISession.Logout(String)
See Also