JayBeams
0.1
Another project to have fun coding.
|
Represent the 'Modify (short)' messages in the PITCH-2.X protocol. More...
#include <modify_message.hpp>
Static Public Attributes | |
static constexpr int | type = 0x28 |
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... | |
using | price_type = boost::endian::little_uint16_buf_t |
Capture the price_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 | quantity |
price_type | price |
boost::endian::little_uint8_buf_t | modify_flags |
Represent the 'Modify (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 62 of file modify_message.hpp.
|
static |
Define the messsage type.
Definition at line 66 of file modify_message.hpp.