JayBeams
0.1
Another project to have fun coding.
|
Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol. More...
#include <stock_trading_action_message.hpp>
Public Attributes | |
message_header | header |
stock_t | stock |
trading_state_t | trading_state |
int | reserved |
reason_t | reason |
Static Public Attributes | |
static constexpr int | message_type = u'H' |
Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol.
Definition at line 24 of file stock_trading_action_message.hpp.
message_header jb::itch5::stock_trading_action_message::header |
Definition at line 27 of file stock_trading_action_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, stock_trading_action_message >::r().
|
static |
Definition at line 25 of file stock_trading_action_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
reason_t jb::itch5::stock_trading_action_message::reason |
Definition at line 31 of file stock_trading_action_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, stock_trading_action_message >::r().
int jb::itch5::stock_trading_action_message::reserved |
Definition at line 30 of file stock_trading_action_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, stock_trading_action_message >::r().
stock_t jb::itch5::stock_trading_action_message::stock |
Definition at line 28 of file stock_trading_action_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, stock_trading_action_message >::r().
trading_state_t jb::itch5::stock_trading_action_message::trading_state |
Definition at line 29 of file stock_trading_action_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, stock_trading_action_message >::r().