#define ONIXS_FMXUST_BIMP_NOTHROW
#define ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR
Enumeration::Enum enumeration(MessageSize offset) const ONIXS_FMXUST_BIMP_NOTHROW
FieldValue ordinary(MessageSize offset) const ONIXS_FMXUST_BIMP_NOTHROW
MessageSize binarySize() const ONIXS_FMXUST_BIMP_NOTHROW
Size of message.
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
bool settlePriceDate(Integer4 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Date for settlement price (YYYYMMDD). Applicable to Futures.
bool openInterest(Integer4 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Total number of contracts held by participants at the end of the trading day. Applicable to Futures.
bool priorSettlePriceDate(Integer4 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Date for previous settlement price (YYYYMMDD). Applicable to Futures.
SignedInteger8 highPrice() const ONIXS_FMXUST_BIMP_NOTHROW
Highest traded price.
SignedInteger8 lowPrice() const ONIXS_FMXUST_BIMP_NOTHROW
Lowest traded price.
bool settlementPrice(SignedInteger8 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Settlement price. Applicable to Futures.
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.
bool openInterestDate(Integer4 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Date for open interest (YYYYMMDD). Applicable to Futures.
Integer4 instrumentLocate() const ONIXS_FMXUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
Integer4 openOrders() const ONIXS_FMXUST_BIMP_NOTHROW
Number of open orders.
bool priorSettlePrice(SignedInteger8 &value) const ONIXS_FMXUST_BIMP_NOTHROW
Settlement price in prior trading session. Applicable to Futures.
bool settlePriceType(SettlePriceType::Enum &value) const ONIXS_FMXUST_BIMP_NOTHROW
Settle Price Type. Applicable to Futures.
static ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR MessageSize minMessageSize_
Min message size.
InstrumentStatsMsg(const void *data, MessageSize size) ONIXS_FMXUST_BIMP_NOTHROW
Initializes instance over given memory block.