32 namespace MarketData {
42 return ordinary<Integer4>(1);
50 return ordinary<Integer8>(5);
57 return ordinary<Integer8>(13);
64 return ordinary<SignedInteger8>(21);
71 return ordinary<SignedInteger8>(29);
78 return ordinary<Integer4>(37);
Integer8 tradeVolume() const ONIXS_FENICSUST_BIMP_NOTHROW
Total traded volume.
ONIXS_FENICSUST_BIMP_API ONIXS_FENICSUST_BIMP_COLD_PATH ONIXS_FENICSUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
SignedInteger8 highPrice() const ONIXS_FENICSUST_BIMP_NOTHROW
Highest traded price.
SignedInteger8 lowPrice() const ONIXS_FENICSUST_BIMP_NOTHROW
Lowest traded price.
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
#define ONIXS_FENICSUST_BIMP_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
Integer4 openOrders() const ONIXS_FENICSUST_BIMP_NOTHROW
Number of open orders.
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
ONIXS_FENICSUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
static void validateSize(MessageSize size)
Check the given size.
Integer2 MessageSize
Aliases message length type.
InstrumentStatsMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW