#include <OnixS/Eurex/Trading/Messages/SRQSUpdateDealStatusRequest.h>
Public Member Functions | |
SRQSUpdateDealStatusRequest () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt32 | senderSubId |
SInt64 | underlyingPriceStipValue |
SInt64 | underlyingPx |
SInt64 | lastQty |
SInt32 | marketSegmentId |
UInt32 | negotiationId |
UInt32 | tradeId |
TradeReportType::Enum | tradeReportType |
TrdRptStatus::Enum | trdRptStatus |
std::string | partyExecutingFirm |
std::string | partyExecutingTrader |
std::string | freeText5 |
Friends | |
class | Serializer |
Definition at line 35 of file SRQSUpdateDealStatusRequest.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 84 of file SRQSUpdateDealStatusRequest.h.
std::string freeText5 |
Text field.
Definition at line 75 of file SRQSUpdateDealStatusRequest.h.
SInt64 lastQty |
Quantity executed in this leg fill.
Definition at line 51 of file SRQSUpdateDealStatusRequest.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 54 of file SRQSUpdateDealStatusRequest.h.
UInt32 negotiationId |
ID of a SRQS negotiation.
Definition at line 57 of file SRQSUpdateDealStatusRequest.h.
std::string partyExecutingFirm |
Owning business unit name.
Definition at line 69 of file SRQSUpdateDealStatusRequest.h.
std::string partyExecutingTrader |
Owning user name.
Definition at line 72 of file SRQSUpdateDealStatusRequest.h.
UInt32 senderSubId |
User ID.
Definition at line 42 of file SRQSUpdateDealStatusRequest.h.
UInt32 tradeId |
Uniquely identifies all order leg allocations referring to the same matching event, simple instrument and price.
Definition at line 60 of file SRQSUpdateDealStatusRequest.h.
TradeReportType::Enum tradeReportType |
Identifies the type of trade notification.
Definition at line 63 of file SRQSUpdateDealStatusRequest.h.
TrdRptStatus::Enum trdRptStatus |
SRQS deal status.
Definition at line 66 of file SRQSUpdateDealStatusRequest.h.
SInt64 underlyingPriceStipValue |
Value of stipulation.
Definition at line 45 of file SRQSUpdateDealStatusRequest.h.
SInt64 underlyingPx |
Underlying price associate with a derivative instrument.
Definition at line 48 of file SRQSUpdateDealStatusRequest.h.