32 namespace MarketData {
42 return ordinary<Binary4>(2);
49 return fixedStr<6>(6);
56 return ordinary<BinaryDate>(12);
63 return ordinary<Binary4>(16);
72 if (ONIXS_BATS_PITCH_CHECK_EXPECT((size < messageSize_),
false))
ONIXS_CBOECFE_PITCH_API ONIXS_BATS_PITCH_COLDPATH ONIXS_BATS_PITCH_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
#define ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR
Provides efficient way of accessing text-based FIX field values.
Binary4 openInterest() const ONIXS_BATS_PITCH_NOTHROW
Open Interest for this symbol.
Encapsulates services for manipulating little endian encoded messages.
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.
BinaryMessage() ONIXS_BATS_PITCH_NOTHROW
Initializes blank instance referencing to nothing.
static void validateSize(MessageSize size)
Check the given size.
Binary2 MessageSize
Aliases message length type.
BinaryDate tradeDate() const ONIXS_BATS_PITCH_NOTHROW
Trade Date for the Open Interest data.
The Open Interest message is sent to communicate a symbol's open interest, usually for the prior trad...
StrRef symbol() const ONIXS_BATS_PITCH_NOTHROW
Symbol right padded with spaces.
#define ONIXS_BATS_PITCH_NOTHROW
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
OpenInterestMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.