32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return enumeration<SourceVenue>(19);
63 return Size(ordinary<UInt64>(21));
70 return Price(ordinary<UInt64>(29));
77 return Price(ordinary<UInt64>(37));
84 return Size(ordinary<UInt64>(45));
91 return Size(ordinary<UInt64>(53));
98 return Price(ordinary<UInt64>(61));
105 return Price(ordinary<UInt64>(69));
112 return Size(ordinary<UInt64>(77));
119 return enumeration<OrderBookType>(85);
126 return ordinary<BitField>(86);
135 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
BitField flags() const ONIXS_EUROTLX_GTP_NOTHROW
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
UInt8 BitField
A single byte used to hold up to eight 1-bit flags. Each bit will represent a Boolean flag...
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
static void validateSize(MessageSize size)
Check the given size.
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
FixedPointDecimal< UInt64, IntegralConstant< Int8,-8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
OrderBookType::Enum orderBookType() const ONIXS_EUROTLX_GTP_NOTHROW
Size bidMarketSize() const ONIXS_EUROTLX_GTP_NOTHROW
Aggregated size of all bid market orders. Value will be 0 if there are no market orders.
Size offerMarketSize() const ONIXS_EUROTLX_GTP_NOTHROW
Aggregated size of all offer market orders. Value will be 0 if there are no market orders...
Size offerLimitSize() const ONIXS_EUROTLX_GTP_NOTHROW
Aggregated size of all orders at the best sell limit price.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Size bidLimitSize() const ONIXS_EUROTLX_GTP_NOTHROW
Aggregated size of all orders at the best buy limit price.
Price bidYield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield of the best buy Limit order.
Price offerLimitPrice() const ONIXS_EUROTLX_GTP_NOTHROW
Price of the best sell limit order. Implied Offer Price for an instrument only traded on yield...
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
Encapsulates services for manipulating little endian encoded messages.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Price offerYield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield of the best offer Limit order.
TopOfBookMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
Price bidLimitPrice() const ONIXS_EUROTLX_GTP_NOTHROW
Price of the best buy limit order. The Implied Bid Price for an instrument only traded on yield...
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.