#include <OnixS/Eurex/Trading/Messages/SRQSQuoteResponse.h>
Public Member Functions | |
| SRQSQuoteResponse () | |
| TemplateId::Enum | templateId () const |
| std::string | toString () const |
| Public Member Functions inherited from Message | |
| virtual | ~Message () |
Public Attributes | |
| UInt64 | quoteId |
| UInt32 | negotiationId |
| std::string | quoteReqId |
Friends | |
| class | Serializer |
Definition at line 35 of file SRQSQuoteResponse.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 57 of file SRQSQuoteResponse.h.
| UInt32 negotiationId |
ID of a SRQS negotiation.
Definition at line 45 of file SRQSQuoteResponse.h.
| UInt64 quoteId |
Customer defined mass quote identifier.
Definition at line 42 of file SRQSQuoteResponse.h.
| std::string quoteReqId |
SRQS negotiation report ID.
Definition at line 48 of file SRQSQuoteResponse.h.