JayBeams  0.1
Another project to have fun coding.
Public Attributes | Static Public Attributes | List of all members
jb::itch5::mwcb_breach_message Struct Reference

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'
 

Detailed Description

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.

Member Data Documentation

◆ breached_level

breached_level_t jb::itch5::mwcb_breach_message::breached_level

◆ header

message_header jb::itch5::mwcb_breach_message::header

◆ message_type

constexpr int jb::itch5::mwcb_breach_message::message_type = u'W'
static

Definition at line 24 of file mwcb_breach_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE().


The documentation for this struct was generated from the following files: