#include <OnixS/Eurex/Trading/Messages/InquireMMParameterResponse.h>
Public Member Functions | |
| InquireMMParameterResponse () | |
| 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 | mmParameterReportId |
| SInt32 | marketSegmentId |
| std::vector< MMParameterGrpElem > | mmParameterGrp |
Friends | |
| class | Serializer |
Definition at line 75 of file InquireMMParameterResponse.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 107 of file InquireMMParameterResponse.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 89 of file InquireMMParameterResponse.h.
| SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 95 of file InquireMMParameterResponse.h.
| std::vector<MMParameterGrpElem> mmParameterGrp |
MM Parameter Group.
Definition at line 98 of file InquireMMParameterResponse.h.
| UInt64 mmParameterReportId |
Transaction timestamp.
Definition at line 92 of file InquireMMParameterResponse.h.
| UInt64 trdRegTSTimeIn |
Matching engine in timestamp.
Definition at line 82 of file InquireMMParameterResponse.h.
| UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 85 of file InquireMMParameterResponse.h.