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

Represent a 'Market Participant Position' message in the ITCH-5.0 protocol. More...

#include <market_participant_position_message.hpp>

Public Attributes

message_header header
 
mpid_t mpid
 
stock_t stock
 
primary_market_maker_t primary_market_maker
 
market_maker_mode_t market_maker_mode
 
market_participant_state_t market_participant_state
 

Static Public Attributes

static constexpr int message_type = u'L'
 

Detailed Description

Represent a 'Market Participant Position' message in the ITCH-5.0 protocol.

Definition at line 47 of file market_participant_position_message.hpp.

Member Data Documentation

◆ header

message_header jb::itch5::market_participant_position_message::header

◆ market_maker_mode

market_maker_mode_t jb::itch5::market_participant_position_message::market_maker_mode

◆ market_participant_state

market_participant_state_t jb::itch5::market_participant_position_message::market_participant_state

◆ message_type

constexpr int jb::itch5::market_participant_position_message::message_type = u'L'
static

Definition at line 48 of file market_participant_position_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ mpid

mpid_t jb::itch5::market_participant_position_message::mpid

◆ primary_market_maker

primary_market_maker_t jb::itch5::market_participant_position_message::primary_market_maker

◆ stock

stock_t jb::itch5::market_participant_position_message::stock

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