JayBeams  0.1
Another project to have fun coding.
expanded_add_order_message.cpp
Go to the documentation of this file.
3 
4 namespace jb {
5 namespace pitch2 {
6 
7 std::ostream&
8 operator<<(std::ostream& os, expanded_add_order_message const& x) {
9  using base = base_add_order_message<
13  return os << static_cast<base const&>(x)
14  << ",participant_id=" << x.participant_id;
15 }
16 
17 } // namespace pitch2
18 } // namespace jb
std::ostream & operator<<(std::ostream &os, add_order_message const &x)
Streaming operator for jb::pitch2::add_order_message.
Common type for the &#39;Add Order&#39; messages in the PITCH-2.X protocol.
boost::endian::little_uint32_buf_t quantity_type
Capture the quantity_type template parameter as a trait.
Represent the &#39;Add Order&#39; message in the PITCH-2.X protocol.
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7