Logout Request Message Fields

To end the session, the Member should send a Logout Request message. Cboe will finish sending any queued data and finally respond with a Logout message and close the connection.

A Member may simply close the connection without logging out, but may lose any queued messages by doing so.

Table 1. Logout Request Message Fields
FieldOffsetLengthData TypeDescription
StartOfMessage02BinaryMust be 0xBA 0xBA.
MessageLength22BinaryNumber of bytes for the message, including this field but not including the two bytes for the StartOfMessage field.
MessageType41Binary0x02
MatchingUnit51BinaryAlways 0 for inbound (Member to Cboe) messages.
SequenceNumber64BinaryAlways 0 for session level messages.
Table 2. Logout Request Message Example
Field NameHexadecimalNotes
StartOfMessageBA BAStart of message bytes.
MessageLength08 008 bytes
MessageType02Logout Request
MatchingUnit00Always 0 for inbound messages.
SequenceNumber00 00 00 00Always 0 for session level messages.
Cboe Titanium U.S. Equities BOE Specification - Logout Request Message Fields | Cboe