JayBeams
0.1
Another project to have fun coding.
|
Represent a 'System Event Message' in the ITCH-5.0 protocol. More...
#include <system_event_message.hpp>
Public Attributes | |
message_header | header |
event_code_t | event_code |
Static Public Attributes | |
static constexpr int | message_type = u'S' |
Represent a 'System Event Message' in the ITCH-5.0 protocol.
Definition at line 27 of file system_event_message.hpp.
event_code_t jb::itch5::system_event_message::event_code |
Definition at line 31 of file system_event_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< validate, system_event_message >::r().
message_header jb::itch5::system_event_message::header |
Definition at line 30 of file system_event_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< validate, system_event_message >::r().
|
static |
Definition at line 28 of file system_event_message.hpp.