JayBeams
0.1
Another project to have fun coding.
|
Represent an 'Add Order with MPID' message in the ITCH-5.0 protocol. More...
#include <add_order_mpid_message.hpp>
Public Member Functions | |
add_order_mpid_message (add_order_message const &base, mpid_t const &a) | |
add_order_mpid_message ()=default | |
add_order_mpid_message (add_order_mpid_message const &)=default | |
add_order_mpid_message (add_order_mpid_message &&)=default | |
add_order_mpid_message & | operator= (add_order_mpid_message const &)=default |
add_order_mpid_message & | operator= (add_order_mpid_message &&)=default |
add_order_mpid_message & | operator= (add_order_message const &rhs) |
add_order_mpid_message & | operator= (add_order_message &&rhs) |
Public Attributes | |
mpid_t | attribution |
Static Public Attributes | |
static constexpr int | message_type = u'F' |
Represent an 'Add Order with MPID' message in the ITCH-5.0 protocol.
Definition at line 13 of file add_order_mpid_message.hpp.
|
inline |
Definition at line 18 of file add_order_mpid_message.hpp.
References add_order_mpid_message(), and operator=().
|
default |
Referenced by add_order_mpid_message().
|
default |
|
default |
|
default |
Referenced by add_order_mpid_message().
|
default |
|
inline |
Definition at line 29 of file add_order_mpid_message.hpp.
|
inline |
Definition at line 33 of file add_order_mpid_message.hpp.
mpid_t jb::itch5::add_order_mpid_message::attribution |
Definition at line 16 of file add_order_mpid_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, add_order_mpid_message >::r().
|
static |