JayBeams
0.1
Another project to have fun coding.
jb
itch5
ipo_quoting_period_update_message.cpp
Go to the documentation of this file.
1
#include "
jb/itch5/ipo_quoting_period_update_message.hpp
"
2
3
#include <iostream>
4
5
constexpr
int
jb::itch5::ipo_quoting_period_update_message::message_type
;
6
7
std::ostream&
jb::itch5::
8
operator<<
(std::ostream& os,
ipo_quoting_period_update_message
const
& x) {
9
return
os << x.
header
<<
",stock="
<< x.
stock
10
<<
",ipo_quotation_release_time="
<< x.
ipo_quotation_release_time
11
<<
",ipo_quotation_release_qualifier="
12
<< x.
ipo_quotation_release_qualifier
13
<<
",ipo_price="
<< x.
ipo_price
;
14
}
jb::itch5::ipo_quoting_period_update_message::ipo_price
price4_t ipo_price
Definition:
ipo_quoting_period_update_message.hpp:30
ipo_quoting_period_update_message.hpp
jb::itch5::ipo_quoting_period_update_message::ipo_quotation_release_time
seconds_field ipo_quotation_release_time
Definition:
ipo_quoting_period_update_message.hpp:28
jb::itch5::ipo_quoting_period_update_message
Represent a 'IPO Quotation Release Update' message in the ITCH-5.0 protocol.
Definition:
ipo_quoting_period_update_message.hpp:23
jb::itch5::ipo_quoting_period_update_message::stock
stock_t stock
Definition:
ipo_quoting_period_update_message.hpp:27
jb::itch5::ipo_quoting_period_update_message::header
message_header header
Definition:
ipo_quoting_period_update_message.hpp:26
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::ipo_quoting_period_update_message::ipo_quotation_release_qualifier
ipo_quotation_release_qualifier_t ipo_quotation_release_qualifier
Definition:
ipo_quoting_period_update_message.hpp:29
jb::itch5::ipo_quoting_period_update_message::message_type
static constexpr int message_type
Definition:
ipo_quoting_period_update_message.hpp:24
Generated by
1.8.13