JayBeams
0.1
Another project to have fun coding.
|
Represent a 'IPO Quotation Release Update' message in the ITCH-5.0 protocol. More...
#include <ipo_quoting_period_update_message.hpp>
Public Attributes | |
message_header | header |
stock_t | stock |
seconds_field | ipo_quotation_release_time |
ipo_quotation_release_qualifier_t | ipo_quotation_release_qualifier |
price4_t | ipo_price |
Static Public Attributes | |
static constexpr int | message_type = u'K' |
Represent a 'IPO Quotation Release Update' message in the ITCH-5.0 protocol.
Definition at line 23 of file ipo_quoting_period_update_message.hpp.
message_header jb::itch5::ipo_quoting_period_update_message::header |
Definition at line 26 of file ipo_quoting_period_update_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, ipo_quoting_period_update_message >::r().
price4_t jb::itch5::ipo_quoting_period_update_message::ipo_price |
Definition at line 30 of file ipo_quoting_period_update_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, ipo_quoting_period_update_message >::r().
ipo_quotation_release_qualifier_t jb::itch5::ipo_quoting_period_update_message::ipo_quotation_release_qualifier |
Definition at line 29 of file ipo_quoting_period_update_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, ipo_quoting_period_update_message >::r().
seconds_field jb::itch5::ipo_quoting_period_update_message::ipo_quotation_release_time |
Definition at line 28 of file ipo_quoting_period_update_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, ipo_quoting_period_update_message >::r().
|
static |
Definition at line 24 of file ipo_quoting_period_update_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
stock_t jb::itch5::ipo_quoting_period_update_message::stock |
Definition at line 27 of file ipo_quoting_period_update_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, ipo_quoting_period_update_message >::r().