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

#include <nasdaq/itch50/Messages.h>

Inheritance diagram for b2bits::nasdaq::itch50::VolumeUpdate:

Public Member Functions

UInt64 get_timestamp () const
void set_timestamp (UInt64 val)
UInt32 get_orderbook_id () const
void set_orderbook_id (UInt32 val)
Price get_open_price () const
void set_open_price (Price val)
Price get_high_price () const
void set_high_price (Price val)
Price get_low_price () const
void set_low_price (Price val)
UInt32 get_volume () const
void set_volume (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 = 'V'

Member Function Documentation

◆ get_high_price()

Price b2bits::nasdaq::itch50::VolumeUpdate::get_high_price ( ) const
inline

◆ get_low_price()

Price b2bits::nasdaq::itch50::VolumeUpdate::get_low_price ( ) const
inline

◆ get_open_price()

Price b2bits::nasdaq::itch50::VolumeUpdate::get_open_price ( ) const
inline

◆ get_orderbook_id()

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

◆ get_timestamp()

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

◆ get_volume()

UInt32 b2bits::nasdaq::itch50::VolumeUpdate::get_volume ( ) const
inline

◆ set_high_price()

void b2bits::nasdaq::itch50::VolumeUpdate::set_high_price ( Price val)
inline

◆ set_low_price()

void b2bits::nasdaq::itch50::VolumeUpdate::set_low_price ( Price val)
inline

◆ set_open_price()

void b2bits::nasdaq::itch50::VolumeUpdate::set_open_price ( Price val)
inline

◆ set_orderbook_id()

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

◆ set_timestamp()

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

◆ set_volume()

void b2bits::nasdaq::itch50::VolumeUpdate::set_volume ( UInt32 val)
inline

◆ to_string()

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

Member Data Documentation

◆ Type

char b2bits::nasdaq::itch50::VolumeUpdate::Type = 'V'
staticconstexpr

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