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

Represent an 'Add Order' message in the ITCH-5.0 protocol. More...

#include <cross_trade_message.hpp>

Public Attributes

message_header header
 
std::uint64_t shares
 
stock_t stock
 
price4_t cross_price
 
std::uint64_t match_number
 
cross_type_t cross_type
 

Static Public Attributes

static constexpr int message_type = u'Q'
 

Detailed Description

Represent an 'Add Order' message in the ITCH-5.0 protocol.

Definition at line 15 of file cross_trade_message.hpp.

Member Data Documentation

◆ cross_price

price4_t jb::itch5::cross_trade_message::cross_price

◆ cross_type

cross_type_t jb::itch5::cross_trade_message::cross_type

◆ header

message_header jb::itch5::cross_trade_message::header

◆ match_number

std::uint64_t jb::itch5::cross_trade_message::match_number

◆ message_type

constexpr int jb::itch5::cross_trade_message::message_type = u'Q'
static

Definition at line 16 of file cross_trade_message.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ shares

std::uint64_t jb::itch5::cross_trade_message::shares

◆ stock

stock_t jb::itch5::cross_trade_message::stock

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