JayBeams
0.1
Another project to have fun coding.
|
Represent the 'Unit Clear' message in the PITCH-2.X protocol. More...
#include <unit_clear_message.hpp>
Public Attributes | |
boost::endian::little_uint8_buf_t | length |
boost::endian::little_uint8_buf_t | message_type |
boost::endian::little_uint32_buf_t | time_offset |
Static Public Attributes | |
static constexpr int | type = 0x97 |
Define the messsage type. More... | |
Represent the 'Unit Clear' message 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 19 of file unit_clear_message.hpp.
boost::endian::little_uint8_buf_t jb::pitch2::unit_clear_message::length |
Definition at line 23 of file unit_clear_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().
boost::endian::little_uint8_buf_t jb::pitch2::unit_clear_message::message_type |
Definition at line 24 of file unit_clear_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().
boost::endian::little_uint32_buf_t jb::pitch2::unit_clear_message::time_offset |
Definition at line 25 of file unit_clear_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().
|
static |
Define the messsage type.
Definition at line 21 of file unit_clear_message.hpp.