32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return ordinary<UInt64>(19);
63 return enumeration<Side>(27);
70 return enumeration<OrderBookType>(28);
77 return enumeration<SourceVenue>(29);
84 return Price(ordinary<UInt64>(31));
91 return Size(ordinary<UInt64>(39));
98 return Price(ordinary<UInt64>(47));
107 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
UInt64 orderID() const ONIXS_EUROTLX_GTP_NOTHROW
Unique identifier of the order.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Price previousPrice() const ONIXS_EUROTLX_GTP_NOTHROW
Price of the order that was deleted from the book.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
static void validateSize(MessageSize size)
Check the given size.
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
DeleteOrderMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
FixedPointDecimal< UInt64, IntegralConstant< Int8,-8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
Price previousYield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield of the order (if traded in yield) that was deleted from the book.
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.
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
OrderBookType::Enum orderBookType() const ONIXS_EUROTLX_GTP_NOTHROW
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Size previousQuantity() const ONIXS_EUROTLX_GTP_NOTHROW
Quantity of the order that was deleted from the book.
Side::Enum side() const ONIXS_EUROTLX_GTP_NOTHROW
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.