32 namespace MarketData {
42 return ordinary<Binary4>(2);
49 return fixedStr<6>(6);
56 return ordinary<BinaryDate>(12);
63 return ordinary<Binary4>(16);
70 return ordinary<BinaryPrice>(20);
77 return ordinary<BinaryPrice>(28);
84 return ordinary<BinaryPrice>(36);
91 return ordinary<BinaryPrice>(44);
98 return ordinary<Binary4>(52);
105 return ordinary<Binary4>(56);
112 return ordinary<Binary4>(60);
119 return ordinary<Binary1>(64);
128 if (ONIXS_BATS_PITCH_CHECK_EXPECT((size < messageSize_),
false))
Binary4 eCRPVolume() const ONIXS_BATS_PITCH_NOTHROW
Total number of contracts traded for the day.
BinaryPrice openPrice() const ONIXS_BATS_PITCH_NOTHROW
Opening Price for the day (valid only if Total Volume more than 0).
ONIXS_CBOECFE_PITCH_API ONIXS_BATS_PITCH_COLDPATH ONIXS_BATS_PITCH_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
EndOfDaySummaryMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.
#define ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR
Binary1 summaryFlags() const ONIXS_BATS_PITCH_NOTHROW
Flags.
Binary4 blockVolume() const ONIXS_BATS_PITCH_NOTHROW
Total number of block contracts traded for the day.
Provides efficient way of accessing text-based FIX field values.
StrRef symbol() const ONIXS_BATS_PITCH_NOTHROW
Symbol right padded with spaces.
BinaryPrice lowPrice() const ONIXS_BATS_PITCH_NOTHROW
Lowest Price for the day (valid only if Total Volume more than 0).
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.
Encapsulates services for manipulating little endian encoded messages.
BinaryMessage() ONIXS_BATS_PITCH_NOTHROW
Initializes blank instance referencing to nothing.
Binary2 MessageSize
Aliases message length type.
BinaryDate tradeDate() const ONIXS_BATS_PITCH_NOTHROW
Trade Date for the settlement.
BinaryPrice highPrice() const ONIXS_BATS_PITCH_NOTHROW
Highest Price for the day (valid only if Total Volume more than 0).
BinaryPrice closePrice() const ONIXS_BATS_PITCH_NOTHROW
Closing Price for the day (valid only if Total Volume more than 0).
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
#define ONIXS_BATS_PITCH_NOTHROW
static void validateSize(MessageSize size)
Check the given size.
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
Binary4 openInterest() const ONIXS_BATS_PITCH_NOTHROW
Prior Trade Date Open Interest for this symbol.
The End of Day Summary is sent out right before the close of a symbol.
Binary4 totalVolume() const ONIXS_BATS_PITCH_NOTHROW
Total number of contracts traded for the day, including block and ECRP trades.