32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return enumeration<SourceVenue>(11);
57 return Price(ordinary<UInt64>(13));
65 return Price(ordinary<UInt64>(21));
72 return ordinary<UInt64>(29);
79 return fixedStr<10>(37);
88 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
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.
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Encapsulates services for manipulating little endian encoded messages.
Provides efficient way of accessing text-based FIX field values.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.