JayBeams  0.1
Another project to have fun coding.
mwcb_decline_level_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, mwcb_decline_level_message const& x) {
9  return os << x.header << ",level_1=" << x.level_1 << ",level_2=" << x.level_2
10  << ",level_3=" << x.level_3;
11 }
std::ostream & operator<<(std::ostream &os, add_order_message const &x)
Streaming operator for jb::itch5::add_order_message.
Represent a &#39;MWCB Decline Level&#39; message in the ITCH-5.0 protocol.