OnixS C++ EuroTLX GTP Market Data Handler  1.4.0
API documentation
AnnouncementsMsg Struct Reference

#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
 
BinaryMessageoperator= (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
 

Detailed Description

Definition at line 36 of file Announcements.h.

Constructor & Destructor Documentation

AnnouncementsMsg ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 100 of file Announcements.h.

Member Function Documentation

BitField flags ( ) const
inline

Definition at line 83 of file Announcements.h.

Alpha headline ( ) const
inline

Headline or subject of the announcement.

Definition at line 53 of file Announcements.h.

Alpha instruments ( ) const
inline

Pipe separated Identification numbers of the securities for which the announcement has been sent for.

Definition at line 68 of file Announcements.h.

Alpha text ( ) const
inline

Text of the announcement.

Definition at line 60 of file Announcements.h.

UDT timestamp ( ) const
inline

Time the message was generated.

Definition at line 39 of file Announcements.h.

AnnouncementType::Enum type ( ) const
inline

Definition at line 46 of file Announcements.h.

Alpha underlyingMarket ( ) const
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.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 93 of file Announcements.h.

Member Data Documentation

Total message size.

Definition at line 90 of file Announcements.h.


The documentation for this struct was generated from the following file: