#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)
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,...
FixedPointDecimal< UInt64, IntegralConstant< Int8, -8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
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.
UDT timestamp() const ONIXS_LSE_GTP_NOTHROW
Time the message was generated.
TradeSummaryMsg(const void *data, MessageSize size) ONIXS_LSE_GTP_NOTHROW
Initializes instance over given memory block.
UDT transactionTime() const ONIXS_LSE_GTP_NOTHROW
Execution timestamp as reported by the supported market.
Size deletedOrderQuantity() const ONIXS_LSE_GTP_NOTHROW
Order Quantity deleted due to Self Execution Prevention (SEP) during an execution.
Size bestBidSize() const ONIXS_LSE_GTP_NOTHROW
Aggregated size of all orders at the best buy price available on the book at execution completion.
SourceVenue::Enum sourceVenue() const ONIXS_LSE_GTP_NOTHROW
Venue from which market data is received for the instrument.
Price farPrice() const ONIXS_LSE_GTP_NOTHROW
static ONIXS_LSE_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt64 instrument() const ONIXS_LSE_GTP_NOTHROW
GTP Instrument Identifier.
Side::Enum side() const ONIXS_LSE_GTP_NOTHROW
static void validateSize(MessageSize size)
Check the given size.
Price bestBidPrice() const ONIXS_LSE_GTP_NOTHROW
Price of best visible bid available on the book at execution completion.
Size totalExecutedQuantity() const ONIXS_LSE_GTP_NOTHROW
Total quantity executed.
Size totalHiddenExecutedQuantity() const ONIXS_LSE_GTP_NOTHROW
Total hidden order quantity executed.
Price bestOfferPrice() const ONIXS_LSE_GTP_NOTHROW
Price of best visible bid available on the book at execution completion.
Size bestOfferSize() const ONIXS_LSE_GTP_NOTHROW
Aggregated size of all orders at the best buy price available on the book at execution completion.