32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return enumeration<Side>(19);
63 return Size(ordinary<UInt64>(20));
70 return ordinary<UInt64>(28);
77 return Price(ordinary<UInt64>(36));
84 return Price(ordinary<UInt64>(44));
91 return enumeration<SourceVenue>(52);
98 return enumeration<OrderBookType>(54);
105 return fixedStr<11>(55);
112 return enumeration<OrderType>(66);
119 return fixedStr<10>(67);
128 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
Alpha rfqID() const ONIXS_EUROTLX_GTP_NOTHROW
Unique ID assigned to a particular RFQ by the system.
Price price() const ONIXS_EUROTLX_GTP_NOTHROW
Limit price of the order. Implied price if instrument trades in yield.
OrderType::Enum orderType() const ONIXS_EUROTLX_GTP_NOTHROW
Size size() const ONIXS_EUROTLX_GTP_NOTHROW
Displayed size of the order.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
UInt64 orderID() const ONIXS_EUROTLX_GTP_NOTHROW
Unique identifier of the order.
UInt16 MessageSize
Aliases message length type.
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Alpha participant() const ONIXS_EUROTLX_GTP_NOTHROW
Identity of trading participant that submitted the order.
FixedPointDecimal< UInt64, IntegralConstant< Int8,-8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
OrderBookType::Enum orderBookType() const ONIXS_EUROTLX_GTP_NOTHROW
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Encapsulates services for manipulating little endian encoded messages.
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
Provides efficient way of accessing text-based FIX field values.
static void validateSize(MessageSize size)
Check the given size.
AddOrderIncrementalMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Price yield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield, if the instrument trades in yield.
Side::Enum side() const ONIXS_EUROTLX_GTP_NOTHROW
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.