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 ordinary<BitField>(28);
77 return enumeration<OrderBookType>(29);
84 return Size(ordinary<UInt64>(30));
91 return Price(ordinary<UInt64>(38));
98 return Price(ordinary<UInt64>(46));
105 return enumeration<SourceVenue>(54);
112 return Price(ordinary<UInt64>(56));
119 return Size(ordinary<UInt64>(64));
126 return Price(ordinary<UInt64>(72));
135 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
Size previousQuantity() const ONIXS_EUROTLX_GTP_NOTHROW
Previous displayed quantity of the order.
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...
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
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.
static void validateSize(MessageSize size)
Check the given size.
Side::Enum side() const ONIXS_EUROTLX_GTP_NOTHROW
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
Price newYield() const ONIXS_EUROTLX_GTP_NOTHROW
New Yield, if the instrument trades in yield.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
BitField flags() const ONIXS_EUROTLX_GTP_NOTHROW
Price newPrice() const ONIXS_EUROTLX_GTP_NOTHROW
New price of the order.
Price previousYield() const ONIXS_EUROTLX_GTP_NOTHROW
Previous Yield (if traded in yield) of the order.
Encapsulates services for manipulating little endian encoded messages.
UInt64 orderID() const ONIXS_EUROTLX_GTP_NOTHROW
Unique identifier of the order.
ModifyOrderMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
OrderBookType::Enum orderBookType() const ONIXS_EUROTLX_GTP_NOTHROW
Size newQuantity() const ONIXS_EUROTLX_GTP_NOTHROW
New displayed quantity of the order.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Price previousPrice() const ONIXS_EUROTLX_GTP_NOTHROW
Previous price of the order.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.