32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return enumeration<Side>(11);
56 return Size(ordinary<UInt64>(12));
63 return ordinary<UInt64>(20);
70 return Price(ordinary<UInt64>(28));
77 return Price(ordinary<UInt64>(36));
84 return enumeration<SourceVenue>(44);
91 return enumeration<OrderBookType>(46);
98 return ordinary<UInt16>(47);
106 return ordinaryRef<UInt8>(49);
115 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
static void validateSize(MessageSize size)
Check the given size.
Price yield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield, if the instrument trades in yield.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
Side::Enum side() const ONIXS_EUROTLX_GTP_NOTHROW
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
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
Price price() const ONIXS_EUROTLX_GTP_NOTHROW
Limit price of the order. Implied price if instrument trades in yield.
AddOrderMBPMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Encapsulates services for manipulating little endian encoded messages.
Size size() const ONIXS_EUROTLX_GTP_NOTHROW
Displayed size of the order.
UInt8 depth() const ONIXS_EUROTLX_GTP_NOTHROW
UInt16 splits() const ONIXS_EUROTLX_GTP_NOTHROW
Number of orders at this price point.
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.