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