JayBeams
0.1
Another project to have fun coding.
|
Represent an 'Add Order' message in the ITCH-5.0 protocol. More...
#include <cross_trade_message.hpp>
Public Attributes | |
message_header | header |
std::uint64_t | shares |
stock_t | stock |
price4_t | cross_price |
std::uint64_t | match_number |
cross_type_t | cross_type |
Static Public Attributes | |
static constexpr int | message_type = u'Q' |
Represent an 'Add Order' message in the ITCH-5.0 protocol.
Definition at line 15 of file cross_trade_message.hpp.
price4_t jb::itch5::cross_trade_message::cross_price |
Definition at line 21 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().
cross_type_t jb::itch5::cross_trade_message::cross_type |
Definition at line 23 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().
message_header jb::itch5::cross_trade_message::header |
Definition at line 18 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().
std::uint64_t jb::itch5::cross_trade_message::match_number |
Definition at line 22 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().
|
static |
Definition at line 16 of file cross_trade_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
std::uint64_t jb::itch5::cross_trade_message::shares |
Definition at line 19 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().
stock_t jb::itch5::cross_trade_message::stock |
Definition at line 20 of file cross_trade_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, cross_trade_message >::r().