32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return enumeration<SourceVenue>(19);
63 return Size4(ordinary<UInt64>(21));
70 return Size4(ordinary<UInt64>(29));
77 return Price4(ordinary<UInt64>(37));
84 return Price4(ordinary<UInt64>(45));
91 return ordinary<UInt32>(53);
98 return ordinary<UInt32>(57);
105 return Price4(ordinary<UInt64>(61));
112 return Price4(ordinary<UInt64>(69));
121 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
Size4 volume() const ONIXS_EUROTLX_GTP_NOTHROW
Cumulative volume of all trades for the trading day.
UInt32 numberOfTradesOnBookOnly() const ONIXS_EUROTLX_GTP_NOTHROW
Count of trades for the day excluding off-book trades.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
FixedPointDecimal< Int64, IntegralConstant< Int8,-4 > > Price4
Signed Little-Endian encoded 64bit integer field with four implied decimal places.
FixedPointDecimal< UInt64, IntegralConstant< Int8,-4 > > Size4
Little-Endian encoded 64 bit unsigned integer with four implied decimal places.
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
Price4 turnoverOnBookOnly() const ONIXS_EUROTLX_GTP_NOTHROW
Turnover for the day excluding off-book trades.
Price4 vwapOnBookOnly() const ONIXS_EUROTLX_GTP_NOTHROW
Volume weighted average price for the day excluding off-book trades.
UInt32 numberOfTrades() const ONIXS_EUROTLX_GTP_NOTHROW
Count of all trades for the day.
Size4 volumeOnBookOnly() const ONIXS_EUROTLX_GTP_NOTHROW
Cumulative volume for the trading day excluding off-book trades.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Encapsulates services for manipulating little endian encoded messages.
StatisticsMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
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)
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
Price4 vwap() const ONIXS_EUROTLX_GTP_NOTHROW
Volume weighted average price for the day for all trades.
static void validateSize(MessageSize size)
Check the given size.
Price4 turnover() const ONIXS_EUROTLX_GTP_NOTHROW
Turnover of all trades for the day.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.