Add Order Message Fields

An Add Order message represents a newly accepted visible order on the CFE book. It includes a day-specific Order Id assigned by CFE to the order.

Table 1. Add Order (long)
Field NameOffsetLengthType/(Value)Description
Length01BinaryLength of this message including this field.
Message Type110x21 Add Order message (long).
Time Offset24BinaryNanosecond offset from last unit timestamp.
Order Id68BinaryDay-specific identifier assigned to this order.
Side Indicator141Alphanumeric
  • B = Buy Order
  • S = Sell Order
Quantity154BinaryNumber of contracts being added to the book (may be less than the number entered).
Symbol196Printable ASCIISix character, base 62 symbol.
Price258Binary PriceThe limit order price.
Total Length = 33 bytes
Table 2. Add Order (short)
Field NameOffsetLengthType/(Value)Description
Length01BinaryLength of this message including this field.
Message Type110x22 Add Order message (short).
Time Offset24BinaryNanosecond offset from last unit timestamp.
Order Id68BinaryDay-specific identifier assigned to this order.
Side Indicator141Alphanumeric
  • B = Buy Order
  • S = Sell Order
Quantity152BinaryNumber of contracts being added to the book (may be less than the number entered).
Symbol176Printable ASCIISix character, base 62 symbol.
Price232Binary Short PriceThe limit order price.
Total Length = 25 bytes
Cboe Titanium Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification - Add Order Message Fields | Cboe