32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return enumeration<AnnouncementType>(11);
56 return fixedStr<50>(12);
63 return fixedStr<120>(62);
71 return fixedStr<30>(182);
79 return fixedStr<30>(212);
86 return ordinary<BitField>(242);
95 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_EUROTLX_GTP_NOTHROW
UInt8 BitField
A single byte used to hold up to eight 1-bit flags. Each bit will represent a Boolean flag...
Alpha underlyingMarket() const ONIXS_EUROTLX_GTP_NOTHROW
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
BitField flags() const ONIXS_EUROTLX_GTP_NOTHROW
Alpha text() const ONIXS_EUROTLX_GTP_NOTHROW
Text of the announcement.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Alpha instruments() const ONIXS_EUROTLX_GTP_NOTHROW
AnnouncementType::Enum type() const ONIXS_EUROTLX_GTP_NOTHROW
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
Encapsulates services for manipulating little endian encoded messages.
Provides efficient way of accessing text-based FIX field values.
AnnouncementsMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Alpha headline() const ONIXS_EUROTLX_GTP_NOTHROW
Headline or subject of the announcement.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
static void validateSize(MessageSize size)
Check the given size.