32 namespace MarketData {
43 return ordinary<Binary4>(2);
50 return ordinary<Binary4>(6);
57 return ordinary<Binary4>(10);
64 return ordinary<BinaryDate>(14);
73 if (ONIXS_BATS_PITCH_CHECK_EXPECT((size < messageSize_),
false))
Binary4 time() const ONIXS_BATS_PITCH_NOTHROW
Number of whole seconds from midnight Central Time.
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
TimeReferenceMsg(const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
Initializes instance over given memory block.
Binary4 midnightReference() const ONIXS_BATS_PITCH_NOTHROW
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.
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Binary4 timeOffset() const ONIXS_BATS_PITCH_NOTHROW
Nanosecond offset from last unit timestamp.
The Time Reference message is used to provide a midnight reference point for recipients of the feed...
#define ONIXS_BATS_PITCH_NOTHROW
ONIXS_CBOECFE_PITCH_API void toStr(std::string &, SideIndicator::Enum)
Appends string presentation of object.
BinaryDate tradeDate() const ONIXS_BATS_PITCH_NOTHROW
Current Trade Date.
static void validateSize(MessageSize size)
Check the given size.