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

#include <nasdaq/itch50/Messages.h>

Inheritance diagram for b2bits::nasdaq::itch50::Information:

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_price () const
void set_price (Price val)
Int32 get_yield () const
void set_yield (Int32 val)
const FixedString< 2 > & get_information_type () const
FixedString< 2 > & get_information_type ()
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 = 'Q'

Member Function Documentation

◆ get_information_type() [1/2]

FixedString< 2 > & b2bits::nasdaq::itch50::Information::get_information_type ( )
inline

◆ get_information_type() [2/2]

const FixedString< 2 > & b2bits::nasdaq::itch50::Information::get_information_type ( ) const
inline

◆ get_orderbook_id()

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

◆ get_price()

Price b2bits::nasdaq::itch50::Information::get_price ( ) const
inline

◆ get_timestamp()

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

◆ get_yield()

Int32 b2bits::nasdaq::itch50::Information::get_yield ( ) const
inline

◆ set_orderbook_id()

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

◆ set_price()

void b2bits::nasdaq::itch50::Information::set_price ( Price val)
inline

◆ set_timestamp()

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

◆ set_yield()

void b2bits::nasdaq::itch50::Information::set_yield ( Int32 val)
inline

◆ to_string()

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

Member Data Documentation

◆ Type

char b2bits::nasdaq::itch50::Information::Type = 'Q'
staticconstexpr

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