JayBeams
0.1
Another project to have fun coding.
jb
itch5
stock_trading_action_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/stock_trading_action_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::stock_trading_action_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
stock_trading_action_message
const
& x) {
9
return
os << x.
header
<<
",stock="
<< x.
stock
10
<<
",trading_state="
<< x.
trading_state
11
<<
",reserved="
<< x.
reserved
<<
",reason="
<< x.
reason
;
12
}
jb::itch5::stock_trading_action_message::trading_state
trading_state_t trading_state
Definition:
stock_trading_action_message.hpp:29
jb::itch5::stock_trading_action_message::stock
stock_t stock
Definition:
stock_trading_action_message.hpp:28
jb::itch5::stock_trading_action_message::reserved
int reserved
Definition:
stock_trading_action_message.hpp:30
jb::itch5::stock_trading_action_message::reason
reason_t reason
Definition:
stock_trading_action_message.hpp:31
jb::itch5::stock_trading_action_message
Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol.
Definition:
stock_trading_action_message.hpp:24
stock_trading_action_message.hpp
jb::itch5::stock_trading_action_message::message_type
static constexpr int message_type
Definition:
stock_trading_action_message.hpp:25
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
jb::itch5::stock_trading_action_message::header
message_header header
Definition:
stock_trading_action_message.hpp:27
Generated by
1.8.13