JayBeams
0.1
Another project to have fun coding.
|
Represent a 'Market Participant Position' message in the ITCH-5.0 protocol. More...
#include <market_participant_position_message.hpp>
Public Attributes | |
message_header | header |
mpid_t | mpid |
stock_t | stock |
primary_market_maker_t | primary_market_maker |
market_maker_mode_t | market_maker_mode |
market_participant_state_t | market_participant_state |
Static Public Attributes | |
static constexpr int | message_type = u'L' |
Represent a 'Market Participant Position' message in the ITCH-5.0 protocol.
Definition at line 47 of file market_participant_position_message.hpp.
message_header jb::itch5::market_participant_position_message::header |
Definition at line 50 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().
market_maker_mode_t jb::itch5::market_participant_position_message::market_maker_mode |
Definition at line 54 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().
market_participant_state_t jb::itch5::market_participant_position_message::market_participant_state |
Definition at line 55 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().
|
static |
Definition at line 48 of file market_participant_position_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
mpid_t jb::itch5::market_participant_position_message::mpid |
Definition at line 51 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().
primary_market_maker_t jb::itch5::market_participant_position_message::primary_market_maker |
Definition at line 53 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().
stock_t jb::itch5::market_participant_position_message::stock |
Definition at line 52 of file market_participant_position_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, market_participant_position_message >::r().