JayBeams
0.1
Another project to have fun coding.
jb
itch5
market_participant_position_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/market_participant_position_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::market_participant_position_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
market_participant_position_message
const
& x) {
9
return
os << x.
header
<<
",mpid="
<< x.
mpid
<<
",stock="
<< x.
stock
10
<<
",primary_market_maker="
<< x.
primary_market_maker
11
<<
",market_maker_mode="
<< x.
market_maker_mode
12
<<
",market_participant_state="
<< x.
market_participant_state
;
13
}
jb::itch5::market_participant_position_message::mpid
mpid_t mpid
Definition:
market_participant_position_message.hpp:51
jb::itch5::market_participant_position_message::message_type
static constexpr int message_type
Definition:
market_participant_position_message.hpp:48
jb::itch5::market_participant_position_message
Represent a 'Market Participant Position' message in the ITCH-5.0 protocol.
Definition:
market_participant_position_message.hpp:47
jb::itch5::market_participant_position_message::header
message_header header
Definition:
market_participant_position_message.hpp:50
jb::itch5::market_participant_position_message::primary_market_maker
primary_market_maker_t primary_market_maker
Definition:
market_participant_position_message.hpp:53
jb::itch5::market_participant_position_message::market_participant_state
market_participant_state_t market_participant_state
Definition:
market_participant_position_message.hpp:55
jb::itch5::market_participant_position_message::stock
stock_t stock
Definition:
market_participant_position_message.hpp:52
jb::itch5::market_participant_position_message::market_maker_mode
market_maker_mode_t market_maker_mode
Definition:
market_participant_position_message.hpp:54
jb::itch5::operator<<
std::ostream & operator<<(std::ostream &os, add_order_message const &x)
Streaming operator for jb::itch5::add_order_message.
Definition:
add_order_message.cpp:8
market_participant_position_message.hpp
Generated by
1.8.13