JayBeams
0.1
Another project to have fun coding.
jb
itch5
order_executed_price_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/order_executed_price_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::order_executed_price_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
order_executed_price_message
const
& x) {
9
return
os << static_cast<order_executed_message const&>(x)
10
<<
",printable="
<< x.
printable
11
<<
",execution_price="
<< x.
execution_price
;
12
}
order_executed_price_message.hpp
jb::itch5::order_executed_price_message::printable
printable_t printable
Definition:
order_executed_price_message.hpp:25
jb::itch5::order_executed_price_message::execution_price
price4_t execution_price
Definition:
order_executed_price_message.hpp:26
jb::itch5::order_executed_price_message
Represent an 'Order Executed with Price' message in the ITCH-5.0 protocol.
Definition:
order_executed_price_message.hpp:22
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::order_executed_price_message::message_type
static constexpr int message_type
Definition:
order_executed_price_message.hpp:23
Generated by
1.8.13