JayBeams
0.1
Another project to have fun coding.
|
Represent a 'Reg SHO Restriction' message in the ITCH-5.0 protocol. More...
#include <reg_sho_restriction_message.hpp>
Public Attributes | |
message_header | header |
stock_t | stock |
reg_sho_action_t | reg_sho_action |
Static Public Attributes | |
static constexpr int const | message_type = u'Y' |
Represent a 'Reg SHO Restriction' message in the ITCH-5.0 protocol.
Definition at line 20 of file reg_sho_restriction_message.hpp.
message_header jb::itch5::reg_sho_restriction_message::header |
Definition at line 23 of file reg_sho_restriction_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, reg_sho_restriction_message >::r().
|
static |
Definition at line 21 of file reg_sho_restriction_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
reg_sho_action_t jb::itch5::reg_sho_restriction_message::reg_sho_action |
Definition at line 25 of file reg_sho_restriction_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, reg_sho_restriction_message >::r().
stock_t jb::itch5::reg_sho_restriction_message::stock |
Definition at line 24 of file reg_sho_restriction_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, reg_sho_restriction_message >::r().