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

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

#include <order_executed_message.hpp>

Inheritance diagram for jb::itch5::order_executed_message:
jb::itch5::order_executed_price_message

Public Attributes

message_header header
 
std::uint64_t order_reference_number
 
std::uint32_t executed_shares
 
std::uint64_t match_number
 

Static Public Attributes

static constexpr int message_type = u'E'
 

Detailed Description

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

Definition at line 12 of file order_executed_message.hpp.

Member Data Documentation

◆ executed_shares

std::uint32_t jb::itch5::order_executed_message::executed_shares

◆ header

message_header jb::itch5::order_executed_message::header

◆ match_number

std::uint64_t jb::itch5::order_executed_message::match_number

◆ message_type

constexpr int jb::itch5::order_executed_message::message_type = u'E'
static

◆ order_reference_number

std::uint64_t jb::itch5::order_executed_message::order_reference_number

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