JayBeams  0.1
Another project to have fun coding.
trade_message.cpp
Go to the documentation of this file.
2 
3 #include <iostream>
4 
6 
7 std::ostream& jb::itch5::operator<<(std::ostream& os, trade_message const& x) {
8  return os << x.header
9  << ",order_reference_number=" << x.order_reference_number
10  << ",buy_sell_indicator=" << x.buy_sell_indicator
11  << ",shares=" << x.shares << ",stock=" << x.stock
12  << ",price=" << x.price << ",match_number=" << x.match_number;
13 }
static constexpr int message_type
std::uint64_t order_reference_number
Represent an &#39;Trade (non-Cross)&#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.
buy_sell_indicator_t buy_sell_indicator