JayBeams  0.1
Another project to have fun coding.
ipo_quoting_period_update_message.cpp
Go to the documentation of this file.
2 
3 #include <iostream>
4 
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="
13  << ",ipo_price=" << x.ipo_price;
14 }
Represent a &#39;IPO Quotation Release Update&#39; message in the ITCH-5.0 protocol.
std::ostream & operator<<(std::ostream &os, add_order_message const &x)
Streaming operator for jb::itch5::add_order_message.