JayBeams  0.1
Another project to have fun coding.
add_order_message.cpp
Go to the documentation of this file.
3 
4 namespace jb {
5 namespace pitch2 {
6 
7 std::ostream& operator<<(std::ostream& os, add_order_message const& x) {
8  using base = base_add_order_message<
11  return os << static_cast<base const&>(x);
12 }
13 
14 } // namespace pitch2
15 } // 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