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.
| Field | Offset | Length | Data Type | Description |
|---|---|---|---|---|
| StartOfMessage | 0 | 2 | Binary | Must be 0xBA 0xBA. |
| MessageLength | 2 | 2 | Binary | Number of bytes for the message, including this field but not including the two bytes for the StartOfMessage field. |
| MessageType | 4 | 1 | Binary | 0x02 |
| MatchingUnit | 5 | 1 | Binary | Always 0 for inbound (Member to Cboe) messages. |
| SequenceNumber | 6 | 4 | Binary | Always 0 for session level messages. |
| Field Name | Hexadecimal | Notes |
|---|---|---|
| StartOfMessage | BA BA | Start of message bytes. |
| MessageLength | 08 00 | 8 bytes |
| MessageType | 02 | Logout Request |
| MatchingUnit | 00 | Always 0 for inbound messages. |
| SequenceNumber | 00 00 00 00 | Always 0 for session level messages. |





