-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Logout Initiator:
The Logout message is sent by a FIX session initiator to a FIX session acceptor to initiate the logout process. It is identified by the FIX message type "5". The Logout message has the following fields:
MsgType (35): This field specifies the message type as "5" for Logout messages.
Text (58): This field is optional and provides a human-readable description of the reason for logging out.
Logout Acceptor:
The Logout message is sent by a FIX session acceptor to a FIX session initiator in response to a Logout message from the initiator. It is identified by the FIX message type "5". The Logout message has the following fields:
MsgType (35): This field specifies the message type as "5" for Logout messages.
Text (58): This field is optional and provides a human-readable description of the reason for logging out.