#include <OnixS/EuroTLX/MarketData/GTP/Messages/Announcements.h>
Public Member Functions | |
UDT | timestamp () const ONIXS_EUROTLX_GTP_NOTHROW |
AnnouncementType::Enum | type () const ONIXS_EUROTLX_GTP_NOTHROW |
Alpha | headline () const ONIXS_EUROTLX_GTP_NOTHROW |
Alpha | text () const ONIXS_EUROTLX_GTP_NOTHROW |
Alpha | instruments () const ONIXS_EUROTLX_GTP_NOTHROW |
Alpha | underlyingMarket () const ONIXS_EUROTLX_GTP_NOTHROW |
BitField | flags () const ONIXS_EUROTLX_GTP_NOTHROW |
AnnouncementsMsg (const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW | |
Public Member Functions inherited from BinaryMessage | |
BinaryMessage () ONIXS_EUROTLX_GTP_NOTHROW | |
BinaryMessage (const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW | |
BinaryMessage (const BinaryMessage &other) ONIXS_EUROTLX_GTP_NOTHROW | |
ONIXS_EUROTLX_GTP_EXPLICIT | operator bool () const ONIXS_EUROTLX_GTP_NOTHROW |
const void * | binary () const ONIXS_EUROTLX_GTP_NOTHROW |
MessageSize | binarySize () const ONIXS_EUROTLX_GTP_NOTHROW |
BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_EUROTLX_GTP_NOTHROW |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize | messageSize_ = 243 |
Additional Inherited Members | |
Public Types inherited from BinaryMessage | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
FieldValue | ordinary (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
const FieldValue & | ordinaryRef (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
Enumeration::Enum | enumeration (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
StrRef | fixedStr (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
Definition at line 36 of file Announcements.h.
|
inline |
Initializes instance over given memory block.
Definition at line 100 of file Announcements.h.
|
inline |
Definition at line 83 of file Announcements.h.
|
inline |
Headline or subject of the announcement.
Definition at line 53 of file Announcements.h.
|
inline |
Pipe separated Identification numbers of the securities for which the announcement has been sent for.
Definition at line 68 of file Announcements.h.
|
inline |
Text of the announcement.
Definition at line 60 of file Announcements.h.
|
inline |
Time the message was generated.
Definition at line 39 of file Announcements.h.
|
inline |
Definition at line 46 of file Announcements.h.
|
inline |
Pipe separated Identification numbers of the underlying securities/markets for which the announcement has been sent for.
Definition at line 76 of file Announcements.h.
|
inlinestatic |
Check the given size.
Definition at line 93 of file Announcements.h.
|
static |
Total message size.
Definition at line 90 of file Announcements.h.