JayBeams
0.1
Another project to have fun coding.
|
Represent an 'Order Delete' message in the ITCH-5.0 protocol. More...
#include <order_delete_message.hpp>
Public Attributes | |
message_header | header |
std::uint64_t | order_reference_number |
Static Public Attributes | |
static constexpr int | message_type = u'D' |
Represent an 'Order Delete' message in the ITCH-5.0 protocol.
Definition at line 12 of file order_delete_message.hpp.
message_header jb::itch5::order_delete_message::header |
Definition at line 15 of file order_delete_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, order_delete_message >::r().
|
static |
Definition at line 13 of file order_delete_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), jb::itch5::testing::test_compute_book_order_cancel_message(), and jb::itch5::testing::test_compute_book_reduction_edge_cases().
std::uint64_t jb::itch5::order_delete_message::order_reference_number |
Definition at line 16 of file order_delete_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, order_delete_message >::r().