#include <OnixS/Eurex/Trading/Messages/SRQSDealResponse.h>
Public Member Functions | |
SRQSDealResponse () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
SInt64 | securityId |
UInt32 | negotiationId |
UInt32 | tradeId |
UInt32 | secondaryTradeId |
std::string | firmTradeId |
std::string | firmNegotiationId |
std::vector< SRQSQuoteGrpElem > | sRQSQuoteGrp |
Friends | |
class | Serializer |
Definition at line 56 of file SRQSDealResponse.h.
SRQSDealResponse | ( | ) |
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 90 of file SRQSDealResponse.h.
std::string firmNegotiationId |
User defined ID of a SRQS negotiation.
Definition at line 78 of file SRQSDealResponse.h.
std::string firmTradeId |
User defined deal ID.
Definition at line 75 of file SRQSDealResponse.h.
UInt32 negotiationId |
ID of a SRQS negotiation.
Definition at line 66 of file SRQSDealResponse.h.
UInt32 secondaryTradeId |
Second system defined SRQS deal identifier. Please refer to the functional reference for the details.
Definition at line 72 of file SRQSDealResponse.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 63 of file SRQSDealResponse.h.
std::vector<SRQSQuoteGrpElem> sRQSQuoteGrp |
SRQS Quote Group.
Definition at line 81 of file SRQSDealResponse.h.
UInt32 tradeId |
Uniquely identifies all order leg allocations referring to the same matching event, simple instrument and price.
Definition at line 69 of file SRQSDealResponse.h.