ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
Loading...
Searching...
No Matches
b2bits::nasdaq::itch50::OrderExecutedWithPrice Struct Reference

#include <nasdaq/itch50/Messages.h>

Inheritance diagram for b2bits::nasdaq::itch50::OrderExecutedWithPrice:

Public Member Functions

UInt64 get_timestamp () const
void set_timestamp (UInt64 val)
UInt32 get_order_reference_number () const
void set_order_reference_number (UInt32 val)
UInt32 get_transaction_id () const
void set_transaction_id (UInt32 val)
UInt32 get_orderbook_id () const
void set_orderbook_id (UInt32 val)
Side get_side () const
void set_side (Side val)
UInt32 get_executed_quantity () const
void set_executed_quantity (UInt32 val)
const FixedString< 14 > & get_match_id () const
FixedString< 14 > & get_match_id ()
Boolean get_printable () const
void set_printable (Boolean val)
Price get_trade_price () const
void set_trade_price (Price val)
UInt32 get_trade_yield () const
void set_trade_yield (UInt32 val)
std::ostream & to_string (std::ostream &os, const char *delim="|") const
Public Member Functions inherited from b2bits::nasdaq::MessageHeader
Alpha get_type () const
 Get the message type.
void set_type (Alpha val)
 Set the message type.
template<class T>
const T * cast () const
 Cast to a specific message type (const).
template<class T>
T * cast ()
 Cast to a specific message type (non-const).

Static Public Attributes

static constexpr char Type = 'C'

Member Function Documentation

◆ get_executed_quantity()

UInt32 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_executed_quantity ( ) const
inline

◆ get_match_id() [1/2]

FixedString< 14 > & b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_match_id ( )
inline

◆ get_match_id() [2/2]

const FixedString< 14 > & b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_match_id ( ) const
inline

◆ get_order_reference_number()

UInt32 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_order_reference_number ( ) const
inline

◆ get_orderbook_id()

UInt32 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_orderbook_id ( ) const
inline

◆ get_printable()

Boolean b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_printable ( ) const
inline

◆ get_side()

Side b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_side ( ) const
inline

◆ get_timestamp()

UInt64 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_timestamp ( ) const
inline

◆ get_trade_price()

Price b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_trade_price ( ) const
inline

◆ get_trade_yield()

UInt32 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_trade_yield ( ) const
inline

◆ get_transaction_id()

UInt32 b2bits::nasdaq::itch50::OrderExecutedWithPrice::get_transaction_id ( ) const
inline

◆ set_executed_quantity()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_executed_quantity ( UInt32 val)
inline

◆ set_order_reference_number()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_order_reference_number ( UInt32 val)
inline

◆ set_orderbook_id()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_orderbook_id ( UInt32 val)
inline

◆ set_printable()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_printable ( Boolean val)
inline

◆ set_side()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_side ( Side val)
inline

◆ set_timestamp()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_timestamp ( UInt64 val)
inline

◆ set_trade_price()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_trade_price ( Price val)
inline

◆ set_trade_yield()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_trade_yield ( UInt32 val)
inline

◆ set_transaction_id()

void b2bits::nasdaq::itch50::OrderExecutedWithPrice::set_transaction_id ( UInt32 val)
inline

◆ to_string()

std::ostream & b2bits::nasdaq::itch50::OrderExecutedWithPrice::to_string ( std::ostream & os,
const char * delim = "|" ) const

Member Data Documentation

◆ Type

char b2bits::nasdaq::itch50::OrderExecutedWithPrice::Type = 'C'
staticconstexpr

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