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

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

#include <add_order_message.hpp>

Inheritance diagram for jb::itch5::add_order_message:
jb::itch5::add_order_mpid_message

Public Attributes

message_header header
 
std::uint64_t order_reference_number
 
buy_sell_indicator_t buy_sell_indicator
 
int shares
 
stock_t stock
 
price4_t price
 

Static Public Attributes

static constexpr int message_type = u'A'
 

Detailed Description

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

Definition at line 15 of file add_order_message.hpp.

Member Data Documentation

◆ buy_sell_indicator

buy_sell_indicator_t jb::itch5::add_order_message::buy_sell_indicator

◆ header

message_header jb::itch5::add_order_message::header

◆ message_type

constexpr int jb::itch5::add_order_message::message_type = u'A'
static

◆ order_reference_number

std::uint64_t jb::itch5::add_order_message::order_reference_number

◆ price

price4_t jb::itch5::add_order_message::price

◆ shares

int jb::itch5::add_order_message::shares

◆ stock

stock_t jb::itch5::add_order_message::stock

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