JayBeams
0.1
Another project to have fun coding.
|
Represent a 'MWCB Breach' message in the ITCH-5.0 protocol. More...
#include <mwcb_breach_message.hpp>
Public Attributes | |
message_header | header |
breached_level_t | breached_level |
Static Public Attributes | |
static constexpr int | message_type = u'W' |
Represent a 'MWCB Breach' message in the ITCH-5.0 protocol.
The Market Wide Circuit Breakers (MWCB) are a mechanism to halt trading if the market declines to such a level that some error is reasonably suspected. The mechanism defines three different levels, with different consequences at each level.
Definition at line 23 of file mwcb_breach_message.hpp.
breached_level_t jb::itch5::mwcb_breach_message::breached_level |
Definition at line 27 of file mwcb_breach_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, mwcb_breach_message >::r().
message_header jb::itch5::mwcb_breach_message::header |
Definition at line 26 of file mwcb_breach_message.hpp.
Referenced by jb::itch5::operator<<(), and jb::itch5::decoder< V, mwcb_breach_message >::r().
|
static |
Definition at line 24 of file mwcb_breach_message.hpp.
Referenced by BOOST_AUTO_TEST_CASE().