87 if (ONIXS_FMXUST_BIMP_CHECK_EXPECT((size <
messageSize_),
false))
#define ONIXS_FMXUST_BIMP_NOTHROW
#define ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR
FieldValue ordinary(MessageSize offset) const ONIXS_FMXUST_BIMP_NOTHROW
BinaryMessage() ONIXS_FMXUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
ONIXS_FMXUST_BIMP_API ONIXS_FMXUST_BIMP_COLDPATH ONIXS_FMXUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Integer2 MessageSize
Aliases message length type.
ONIXS_FMXUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
Integer8 timestamp() const ONIXS_FMXUST_BIMP_NOTHROW
SignedInteger8 highPrice() const ONIXS_FMXUST_BIMP_NOTHROW
Highest traded price.
SignedInteger8 lowPrice() const ONIXS_FMXUST_BIMP_NOTHROW
Lowest traded price.
Integer8 tradeVolume() const ONIXS_FMXUST_BIMP_NOTHROW
Total traded volume.
static void validateSize(MessageSize size)
Check the given size.
static ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Integer4 instrumentLocate() const ONIXS_FMXUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
Integer4 openOrders() const ONIXS_FMXUST_BIMP_NOTHROW
Number of open orders.
InstrumentStatsMsg(const void *data, MessageSize size) ONIXS_FMXUST_BIMP_NOTHROW
Initializes instance over given memory block.