JayBeams
0.1
Another project to have fun coding.
jb
itch5
system_event_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/system_event_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::system_event_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
system_event_message
const
& x) {
9
return
os << x.
header
<<
",event_code="
<< x.
event_code
;
10
}
jb::itch5::system_event_message::message_type
static constexpr int message_type
Definition:
system_event_message.hpp:28
system_event_message.hpp
jb::itch5::system_event_message::header
message_header header
Definition:
system_event_message.hpp:30
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::system_event_message::event_code
event_code_t event_code
Definition:
system_event_message.hpp:31
jb::itch5::system_event_message
Represent a 'System Event Message' in the ITCH-5.0 protocol.
Definition:
system_event_message.hpp:27
Generated by
1.8.13