32 namespace MarketData {
42 return ordinary<Binary4>(2);
49 return ordinary<Binary8>(6);
56 return enumeration<SideIndicator>(14);
63 return ordinary<Binary2>(15);
70 return fixedStr<6>(17);
77 return ordinary<BinaryShortPrice>(23);
85 return ordinary<Binary8>(25);
92 return enumeration<TradeCondition>(33);
101 if (ONIXS_BATS_PITCH_CHECK_EXPECT((size < messageSize_),
false))
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
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.
TradeShortMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.
Binary8 executionId() const ONIXS_BATS_PITCH_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
BinaryMessage() ONIXS_BATS_PITCH_NOTHROW
Initializes blank instance referencing to nothing.
StrRef symbol() const ONIXS_BATS_PITCH_NOTHROW
Symbol right padded with spaces.
Binary2 quantity() const ONIXS_BATS_PITCH_NOTHROW
Incremental number of contracts executed.
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.
Binary2 MessageSize
Aliases message length type.
SideIndicator::Enum sideIndicator() const ONIXS_BATS_PITCH_NOTHROW
Always Buy Order regardless of resting side.
Binary8 orderId() const ONIXS_BATS_PITCH_NOTHROW
Obfuscated Order ID or Order Id of the executed order.
static void validateSize(MessageSize size)
Check the given size.
TradeCondition::Enum tradeCondition() const ONIXS_BATS_PITCH_NOTHROW
Trade Condition.
The Trade message provides information about executions that occur off of the CFE book (such as ECRP ...
#define ONIXS_BATS_PITCH_NOTHROW
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
BinaryShortPrice price() const ONIXS_BATS_PITCH_NOTHROW
The execution price of the order.