#include <OnixS/Eurex/MarketData/EOBI/TopOfBook.h>
Public Member Functions | |
std::string | msgType () const |
EOBI::MarketDataType::Enum | marketDataType () const |
EOBI::SecurityIDSource::Enum | securityIDSource () const |
UInt64 | transactTime () const |
UInt64 | securityID () const |
bool | bidPx (Decimal &price) const |
bool | offerPx (Decimal &price) const |
bool | bidSize (QuantityType &size) const |
bool | offerSize (QuantityType &size) const |
bool | numberOfBuyOrders (UInt16 &number) const |
bool | numberOfSellOrders (UInt16 &number) const |
void | toString (std::string &) const ONIXS_EUREX_EMDI_OVERRIDE |
Public Member Functions inherited from MessageBase | |
UInt32 | msgSeqNum () const |
std::string | toString () const |
virtual | ~MessageBase () |
const DataSource & | dataSource () const |
Friends | |
class | Implementation::MessageFactory |
Additional Inherited Members | |
Protected Member Functions inherited from MessageBase | |
MessageBase (const void *data, const DataSource &dataSource) | |
Protected Member Functions inherited from DataContainer | |
DataContainer (const void *data) | |
template<class TData > | |
const TData * | getData () const ONIXS_EUREX_EMDI_NOEXCEPT |
Definition at line 34 of file TopOfBook.h.
bool bidPx | ( | Decimal & | price | ) | const |
Bid price/rate.
bool bidSize | ( | QuantityType & | size | ) | const |
Quantity of bid.
EOBI::MarketDataType::Enum marketDataType | ( | ) | const |
Market data type.
std::string msgType | ( | ) | const |
Message type.
bool offerPx | ( | Decimal & | price | ) | const |
Offer price/rate.
bool offerSize | ( | QuantityType & | size | ) | const |
Quantity of offer.
UInt64 securityID | ( | ) | const |
Unique instrument identifier.
EOBI::SecurityIDSource::Enum securityIDSource | ( | ) | const |
Marketplace assigned identifier.
|
virtual |
Appends text presentation.
Reimplemented from MessageBase.
UInt64 transactTime | ( | ) | const |
Transaction timestamp.
|
friend |
Definition at line 74 of file TopOfBook.h.