#include <OnixS/Eurex/Trading/Messages/DeleteAllQuoteResponse.h>
Public Member Functions | |
DeleteAllQuoteResponse () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt64 | trdRegTSTimeIn |
UInt64 | trdRegTSTimeOut |
LastFragment::Enum | lastFragment |
UInt64 | massActionReportId |
std::vector< NotAffectedSecuritiesGrpElem > | notAffectedSecuritiesGrp |
Friends | |
class | Serializer |
Definition at line 37 of file DeleteAllQuoteResponse.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 66 of file DeleteAllQuoteResponse.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 51 of file DeleteAllQuoteResponse.h.
UInt64 massActionReportId |
Transaction timestamp.
Definition at line 54 of file DeleteAllQuoteResponse.h.
std::vector<NotAffectedSecuritiesGrpElem> notAffectedSecuritiesGrp |
Not Affected Securities Group.
Definition at line 57 of file DeleteAllQuoteResponse.h.
UInt64 trdRegTSTimeIn |
Matching engine in timestamp.
Definition at line 44 of file DeleteAllQuoteResponse.h.
UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 47 of file DeleteAllQuoteResponse.h.