#define ONIXS_LSE_GTP_NOTHROW
#define ONIXS_LSE_GTP_CONST_OR_CONSTEXPR
Enumeration::Enum enumeration(MessageSize offset) const ONIXS_LSE_GTP_NOTHROW
FieldValue ordinary(MessageSize offset) const ONIXS_LSE_GTP_NOTHROW
BinaryMessage() ONIXS_LSE_GTP_NOTHROW
Initializes blank instance referencing to nothing.
FixedPointDecimal< Int64, IntegralConstant< Int8, -4 > > Price4
Signed Little-Endian encoded 64bit integer field with four implied decimal places.
ONIXS_LSE_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
FixedPointDecimal< UInt64, IntegralConstant< Int8, -4 > > Size4
Little-Endian encoded 64 bit unsigned integer with four implied decimal places.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,...
UInt16 MessageSize
Aliases message length type.
ONIXS_LSE_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
UInt32 numberOfTrades() const ONIXS_LSE_GTP_NOTHROW
Count of all trades for the day.
Price4 turnover() const ONIXS_LSE_GTP_NOTHROW
Turnover of all trades for the day.
UInt32 numberOfTradesOnBookOnly() const ONIXS_LSE_GTP_NOTHROW
Count of trades for the day excluding off-book trades.
UDT timestamp() const ONIXS_LSE_GTP_NOTHROW
Time the message was generated.
Price4 vwap() const ONIXS_LSE_GTP_NOTHROW
Volume weighted average price for the day for all trades.
Size4 volume() const ONIXS_LSE_GTP_NOTHROW
Cumulative volume of all trades for the trading day.
SourceVenue::Enum sourceVenue() const ONIXS_LSE_GTP_NOTHROW
Venue from which market data is received for the instrument.
Size4 volumeOnBookOnly() const ONIXS_LSE_GTP_NOTHROW
Cumulative volume for the trading day excluding off-book trades.
static ONIXS_LSE_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt64 instrument() const ONIXS_LSE_GTP_NOTHROW
GTP Instrument identifier.
static void validateSize(MessageSize size)
Check the given size.
Price4 turnoverOnBookOnly() const ONIXS_LSE_GTP_NOTHROW
Turnover for the day excluding off-book trades.
Price4 vwapOnBookOnly() const ONIXS_LSE_GTP_NOTHROW
Volume weighted average price for the day excluding off-book trades.
StatisticsMsg(const void *data, MessageSize size) ONIXS_LSE_GTP_NOTHROW
Initializes instance over given memory block.