JayBeams
0.1
Another project to have fun coding.
jb
itch5
order_executed_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/order_executed_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::order_executed_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
order_executed_message
const
& x) {
9
return
os << x.
header
10
<<
",order_reference_number="
<< x.
order_reference_number
11
<<
",executed_shares="
<< x.
executed_shares
12
<<
",match_number="
<< x.
match_number
;
13
}
jb::itch5::order_executed_message::header
message_header header
Definition:
order_executed_message.hpp:15
jb::itch5::order_executed_message
Represent an 'Order Executed' message in the ITCH-5.0 protocol.
Definition:
order_executed_message.hpp:12
jb::itch5::order_executed_message::order_reference_number
std::uint64_t order_reference_number
Definition:
order_executed_message.hpp:16
jb::itch5::order_executed_message::executed_shares
std::uint32_t executed_shares
Definition:
order_executed_message.hpp:17
jb::itch5::order_executed_message::match_number
std::uint64_t match_number
Definition:
order_executed_message.hpp:18
order_executed_message.hpp
jb::itch5::order_executed_message::message_type
static constexpr int message_type
Definition:
order_executed_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
Generated by
1.8.13