32 namespace MarketData {
42 return ordinary<Integer4>(1);
50 return ordinary<Integer8>(5);
58 return ordinary<Integer8>(13);
65 return enumeration<TradingState>(21);
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW
ONIXS_FENICSUST_BIMP_API ONIXS_FENICSUST_BIMP_COLD_PATH ONIXS_FENICSUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
static void validateSize(MessageSize size)
Check the given size.
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
#define ONIXS_FENICSUST_BIMP_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
ONIXS_FENICSUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
InstrumentTradingActionMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
Integer2 MessageSize
Aliases message length type.
Integer8 instrumentId() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument Trading Action.
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
TradingState::Enum tradingState() const ONIXS_FENICSUST_BIMP_NOTHROW
Current trading state.