32 namespace MarketData {
42 return ordinary<UInt64>(3);
49 return Size(ordinary<UInt64>(11));
56 return Price(ordinary<UInt64>(19));
63 return Price(ordinary<UInt64>(27));
70 return fixedStr<11>(35);
79 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
AddOrderShortMBOMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
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.
Size size() const ONIXS_EUROTLX_GTP_NOTHROW
Displayed size of the order.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Price yield() const ONIXS_EUROTLX_GTP_NOTHROW
Yield, if the instrument trades in yield.
FixedPointDecimal< UInt64, IntegralConstant< Int8,-8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt64 orderID() const ONIXS_EUROTLX_GTP_NOTHROW
Unique identifier of the order.
Alpha participant() const ONIXS_EUROTLX_GTP_NOTHROW
Identity of trading participant that submitted the order.
Encapsulates services for manipulating little endian encoded messages.
Price price() const ONIXS_EUROTLX_GTP_NOTHROW
Limit price of the order. Implied price if instrument trades in yield.
Provides efficient way of accessing text-based FIX field values.
static void validateSize(MessageSize size)
Check the given size.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.