1 #ifndef jb_pitch2_order_executed_price_message_hpp 2 #define jb_pitch2_order_executed_price_message_hpp 4 #include <boost/endian/buffers.hpp> 21 constexpr
static int type = 0x24;
23 boost::endian::little_uint8_buf_t
length;
30 boost::endian::little_uint64_buf_t
price;
40 #endif // jb_pitch2_order_executed_price_message_hpp std::ostream & operator<<(std::ostream &os, add_order_message const &x)
Streaming operator for jb::pitch2::add_order_message.
Represent the 'Order Executed at Price/Size' message in the PITCH-2.X protocol.
boost::endian::little_uint64_buf_t order_id
boost::endian::little_uint32_buf_t time_offset
boost::endian::little_uint8_buf_t message_type
boost::endian::little_uint64_buf_t execution_id
boost::endian::little_uint32_buf_t executed_quantity
boost::endian::little_uint64_buf_t price
boost::endian::little_uint32_buf_t remaining_quantity
boost::endian::little_uint8_buf_t length
The top-level namespace for the JayBeams library.
static constexpr int type
Define the messsage type.