JayBeams
0.1
Another project to have fun coding.
jb
itch5
add_order_mpid_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/add_order_mpid_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::add_order_mpid_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
add_order_mpid_message
const
& x) {
9
return
os << static_cast<add_order_message const&>(x)
10
<<
",attribution="
<< x.
attribution
;
11
}
jb::itch5::add_order_mpid_message::message_type
static constexpr int message_type
Definition:
add_order_mpid_message.hpp:14
jb::itch5::add_order_mpid_message::attribution
mpid_t attribution
Definition:
add_order_mpid_message.hpp:16
jb::itch5::add_order_mpid_message
Represent an 'Add Order with MPID' message in the ITCH-5.0 protocol.
Definition:
add_order_mpid_message.hpp:13
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
add_order_mpid_message.hpp
Generated by
1.8.13