32 namespace MarketData {
42 return ordinary<Binary4>(2);
49 return fixedStr<6>(6);
56 return ordinary<BinaryDate>(12);
63 return ordinary<BinaryPrice>(16);
70 return enumeration<Issue>(24);
79 if (ONIXS_BATS_PITCH_CHECK_EXPECT((size < messageSize_),
false))
SettlementMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.
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
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Provides efficient way of accessing text-based FIX field values.
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.
Settlement messages are normally sent once per day per instrument after settlement prices have been c...
Issue::Enum issue() const ONIXS_BATS_PITCH_NOTHROW
Issue.
StrRef symbol() const ONIXS_BATS_PITCH_NOTHROW
Symbol right padded with spaces.
BinaryDate tradeDate() const ONIXS_BATS_PITCH_NOTHROW
Trade Date for the settlement.
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.
#define ONIXS_BATS_PITCH_NOTHROW
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
BinaryPrice settlementPrice() const ONIXS_BATS_PITCH_NOTHROW
Settlement Price.
static void validateSize(MessageSize size)
Check the given size.