JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Classes |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::pitch2 | |
struct jb::pitch2::base_add_order_message |
Common type for the 'Add Order' messages in the PITCH-2.X protocol.
The protocol defines 3 different 'Add Order' messages, which are largely identical except for the width of some of the fields. We use this template class to represent the common structure of these messages.
quantity_t | the type used for the quantity field. |
price_t | the type used for the price field. |
symbol_t | the type used for the symbol field. |
Definition at line 23 of file base_add_order_message.hpp.
Class Members | ||
---|---|---|
little_uint8_buf_t | add_flags | |
little_uint8_buf_t | length | |
little_uint8_buf_t | message_type | |
little_uint64_buf_t | order_id | |
price_type | price | |
quantity_type | quantity | |
little_uint8_buf_t | side_indicator | |
symbol_type | symbol | |
little_uint32_buf_t | time_offset |