32 namespace MarketData {
42 return ordinary<Binary4>(2);
49 return ordinary<Binary8>(6);
56 return ordinary<Binary4>(14);
64 return ordinary<Binary8>(18);
71 return enumeration<TradeCondition>(26);
80 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)
Binary4 executedQuantity() const ONIXS_BATS_PITCH_NOTHROW
Number of contracts executed.
#define ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR
Encapsulates services for manipulating little endian encoded messages.
static void validateSize(MessageSize size)
Check the given size.
BinaryMessage() ONIXS_BATS_PITCH_NOTHROW
Initializes blank instance referencing to nothing.
Binary2 MessageSize
Aliases message length type.
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
TradeCondition::Enum tradeCondition() const ONIXS_BATS_PITCH_NOTHROW
Trade Condition.
OrderExecutedMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.
Binary8 executionId() const ONIXS_BATS_PITCH_NOTHROW
Binary8 orderId() const ONIXS_BATS_PITCH_NOTHROW
Order Id of a previously sent Add Order message that was executed.
#define ONIXS_BATS_PITCH_NOTHROW
Order Executed messages are sent when an order on the CFE book is executed in whole or in part...
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.