JayBeams
0.1
Another project to have fun coding.
|
Represent an 'Order Executed with Price' message in the ITCH-5.0 protocol. More...
#include <order_executed_price_message.hpp>
Public Member Functions | |
order_executed_price_message (order_executed_message const &base, printable_t const &p, price4_t const &px) | |
order_executed_price_message ()=default | |
order_executed_price_message (order_executed_price_message const &)=default | |
order_executed_price_message (order_executed_price_message &&)=default | |
order_executed_price_message & | operator= (order_executed_price_message const &)=default |
order_executed_price_message & | operator= (order_executed_price_message &&)=default |
order_executed_price_message & | operator= (order_executed_message const &rhs) |
order_executed_price_message & | operator= (order_executed_message &&rhs) |
Public Attributes | |
printable_t | printable |
price4_t | execution_price |
Static Public Attributes | |
static constexpr int | message_type = u'C' |
Represent an 'Order Executed with Price' message in the ITCH-5.0 protocol.
Definition at line 22 of file order_executed_price_message.hpp.
|
inline |
Definition at line 28 of file order_executed_price_message.hpp.
References operator=(), and order_executed_price_message().
|
default |
Referenced by order_executed_price_message().
|
default |
|
default |
|
default |
Referenced by order_executed_price_message().
|
default |
|
inline |
Definition at line 44 of file order_executed_price_message.hpp.
|
inline |
Definition at line 48 of file order_executed_price_message.hpp.
price4_t jb::itch5::order_executed_price_message::execution_price |
Definition at line 26 of file order_executed_price_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, order_executed_price_message >::r().
|
static |
Definition at line 23 of file order_executed_price_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and jb::itch5::testing::test_compute_book_order_executed_message().
printable_t jb::itch5::order_executed_price_message::printable |
Definition at line 25 of file order_executed_price_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, order_executed_price_message >::r().