#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.
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.
FixedPointDecimal< Int64, IntegralConstant< Int8, -8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
ONIXS_LSE_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
Analytics Message is used to disseminate additional statistics including order book activity statisti...
UInt32 buyOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of buy orders cancelled by clients within the calculation window.
UDT timestamp() const ONIXS_LSE_GTP_NOTHROW
Time the message was generated.
AnalyticsMsg(const void *data, MessageSize size) ONIXS_LSE_GTP_NOTHROW
Initializes instance over given memory block.
Price vWAPSell() const ONIXS_LSE_GTP_NOTHROW
Volume weighted average price for trades triggered by an aggressing sell order.
UInt32 buyLimitOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of buy limit orders cancelled by clients within the calculation window.
Price vWAPBuy() const ONIXS_LSE_GTP_NOTHROW
Volume weighted average price for trades triggered by an aggressing buy order.
UInt32 buyOrderCount() const ONIXS_LSE_GTP_NOTHROW
Number of buy orders received within the calculation window.
SourceVenue::Enum sourceVenue() const ONIXS_LSE_GTP_NOTHROW
Venue from which market data is received for the instrument.
UDT startTime() const ONIXS_LSE_GTP_NOTHROW
Time the calculation of the statistics on this message began.
UInt32 buyMarketOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of buy market orders cancelled by clients within the calculation window.
Price bidAskSpread() const ONIXS_LSE_GTP_NOTHROW
Most recent bid/ask spread at the time of publication of the message.
UDT endTime() const ONIXS_LSE_GTP_NOTHROW
Time the calculation of the statistics on this message ended.
static ONIXS_LSE_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt64 instrument() const ONIXS_LSE_GTP_NOTHROW
GTP Instrument identifier.
UInt32 sellOrderCount() const ONIXS_LSE_GTP_NOTHROW
Number of sell orders received within the calculation window.
static void validateSize(MessageSize size)
Check the given size.
UInt32 sellOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of sell orders cancelled by clients within the calculation window.
Size4 buyOrderSize() const ONIXS_LSE_GTP_NOTHROW
Cumulative quantity of all buy orders received within the calculation window.
Size4 sellOrderSize() const ONIXS_LSE_GTP_NOTHROW
Cumulative quantity of all sell orders received within the calculation window.
UInt32 sellMarketOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of sell market orders cancelled by clients within the calculation window.
UInt32 sellLimitOrderCancellations() const ONIXS_LSE_GTP_NOTHROW
Number of sell limit orders cancelled by clients within the calculation window.