JayBeams
0.1
Another project to have fun coding.
jb
itch5
reg_sho_restriction_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/reg_sho_restriction_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::reg_sho_restriction_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
reg_sho_restriction_message
const
& x) {
9
return
os << x.
header
<<
",stock="
<< x.
stock
10
<<
",reg_sho_action="
<< x.
reg_sho_action
;
11
}
jb::itch5::reg_sho_restriction_message
Represent a 'Reg SHO Restriction' message in the ITCH-5.0 protocol.
Definition:
reg_sho_restriction_message.hpp:20
jb::itch5::reg_sho_restriction_message::header
message_header header
Definition:
reg_sho_restriction_message.hpp:23
jb::itch5::reg_sho_restriction_message::reg_sho_action
reg_sho_action_t reg_sho_action
Definition:
reg_sho_restriction_message.hpp:25
reg_sho_restriction_message.hpp
jb::itch5::reg_sho_restriction_message::message_type
static constexpr int const message_type
Definition:
reg_sho_restriction_message.hpp:21
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::reg_sho_restriction_message::stock
stock_t stock
Definition:
reg_sho_restriction_message.hpp:24
Generated by
1.8.13