JayBeams
0.1
Another project to have fun coding.
|
Represent the 'Reduce Size (short)' messages in the PITCH-2.X protocol. More...
#include <reduce_size_message.hpp>
Static Public Attributes | |
static constexpr int | type = 0x26 |
Define the messsage type. More... | |
Additional Inherited Members | |
![]() | |
using | quantity_type = boost::endian::little_uint16_buf_t |
Capture the quantity_t template parameter as a trait. More... | |
![]() | |
boost::endian::little_uint8_buf_t | length |
boost::endian::little_uint8_buf_t | message_type |
boost::endian::little_uint32_buf_t | time_offset |
boost::endian::little_uint64_buf_t | order_id |
quantity_type | canceled_quantity |
Represent the 'Reduce Size (short)' messages in the PITCH-2.X protocol.
A full description of the fields can be found in the BATS PITCH-2.X specification: https://www.batstrading.com/resources/membership/BATS_MC_PITCH_Specification.pdf
Definition at line 55 of file reduce_size_message.hpp.
|
static |
Define the messsage type.
Definition at line 58 of file reduce_size_message.hpp.