JayBeams  0.1
Another project to have fun coding.
Public Attributes | Static Public Attributes | List of all members
jb::pitch2::delete_order_message Struct Reference

Represent the 'Delete Order' message in the PITCH-2.X protocol. More...

#include <delete_order_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
 
boost::endian::little_uint64_buf_t order_id
 

Static Public Attributes

static constexpr int type = 0x29
 Define the messsage type. More...
 

Detailed Description

Represent the 'Delete Order' 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 18 of file delete_order_message.hpp.

Member Data Documentation

◆ length

boost::endian::little_uint8_buf_t jb::pitch2::delete_order_message::length

Definition at line 22 of file delete_order_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().

◆ message_type

boost::endian::little_uint8_buf_t jb::pitch2::delete_order_message::message_type

Definition at line 23 of file delete_order_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().

◆ order_id

boost::endian::little_uint64_buf_t jb::pitch2::delete_order_message::order_id

Definition at line 25 of file delete_order_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().

◆ time_offset

boost::endian::little_uint32_buf_t jb::pitch2::delete_order_message::time_offset

Definition at line 24 of file delete_order_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE(), and jb::pitch2::operator<<().

◆ type

constexpr int jb::pitch2::delete_order_message::type = 0x29
static

Define the messsage type.

Definition at line 20 of file delete_order_message.hpp.


The documentation for this struct was generated from the following file: