#include <OnixS/Eurex/Trading/Messages/NewsBroadcast.h>
Public Member Functions | |
NewsBroadcast () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt64 | applSeqNum |
UInt32 | applSubId |
UInt16 | partitionId |
ApplResendFlag::Enum | applResendFlag |
ApplId::Enum | applId |
LastFragment::Enum | lastFragment |
UInt64 | origTime |
std::string | headline |
std::string | varText |
Friends | |
class | Serializer |
Definition at line 35 of file NewsBroadcast.h.
NewsBroadcast | ( | ) |
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 77 of file NewsBroadcast.h.
ApplId::Enum applId |
Identifier for subscription and retransmission of an ETI data stream.
Definition at line 55 of file NewsBroadcast.h.
ApplResendFlag::Enum applResendFlag |
Indicates a retransmission message.
Definition at line 52 of file NewsBroadcast.h.
UInt64 applSeqNum |
Message sequence number assigned to a non-order related Eurex ETI data stream.
Definition at line 42 of file NewsBroadcast.h.
UInt32 applSubId |
Unique ID assigned by the Eurex system during broadcast subscription in order to link broadcasts to the related subscription.
Definition at line 46 of file NewsBroadcast.h.
std::string headline |
The headline of a News message.
Definition at line 65 of file NewsBroadcast.h.
LastFragment::Enum lastFragment |
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
Definition at line 59 of file NewsBroadcast.h.
UInt64 origTime |
Transaction timestamp.
Definition at line 62 of file NewsBroadcast.h.
UInt16 partitionId |
Is required to define the scope of a Retransmission Request.
Definition at line 49 of file NewsBroadcast.h.
std::string varText |
Text.
Definition at line 68 of file NewsBroadcast.h.