Data Types
The following field types are used within Cboe One feed. All types are rendered in printable ASCII.
- Alphanumeric fields are strings of characters that are not meant for conversion into another data type.
- Integer fields are convertible into unsigned or long unsigned integers. They may be signed.
- Decimal fields are convertible into floats or doubles. They may be signed.
- Price fields are convertible into floats or doubles.
- Boolean fields contain either the values true or false.





