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

Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol. More...

#include <stock_trading_action_message.hpp>

Public Attributes

message_header header
 
stock_t stock
 
trading_state_t trading_state
 
int reserved
 
reason_t reason
 

Static Public Attributes

static constexpr int message_type = u'H'
 

Detailed Description

Represent a 'Stock Trading Action' message in the ITCH-5.0 protocol.

Definition at line 24 of file stock_trading_action_message.hpp.

Member Data Documentation

◆ header

message_header jb::itch5::stock_trading_action_message::header

◆ message_type

constexpr int jb::itch5::stock_trading_action_message::message_type = u'H'
static

Definition at line 25 of file stock_trading_action_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ reason

reason_t jb::itch5::stock_trading_action_message::reason

◆ reserved

int jb::itch5::stock_trading_action_message::reserved

◆ stock

stock_t jb::itch5::stock_trading_action_message::stock

◆ trading_state

trading_state_t jb::itch5::stock_trading_action_message::trading_state

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