#include <OnixS/Eurex/Trading/Messages/ModifyBasketTradeRequest.h>
Public Member Functions | |
ModifyBasketTradeRequest () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt32 | senderSubId |
UInt64 | basketTrdMatchId |
UInt32 | basketExecId |
SInt32 | marketSegmentId |
UInt32 | maturityMonthYear |
UInt32 | basketProfileId |
TrdType::Enum | trdType |
TradeReportType::Enum | tradeReportType |
std::string | basketTradeReportText |
std::string | tradeReportId |
std::vector< BasketRootPartyGrpElem > | basketRootPartyGrp |
std::vector< InstrmtMatchSideGrpElem > | instrmtMatchSideGrp |
std::vector< BasketSideAllocGrpElem > | basketSideAllocGrp |
Friends | |
class | Serializer |
Definition at line 37 of file ModifyBasketTradeRequest.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 89 of file ModifyBasketTradeRequest.h.
UInt32 basketExecId |
System generated transaction ID for a Basket transaction.
Definition at line 50 of file ModifyBasketTradeRequest.h.
UInt32 basketProfileId |
ID of the Basket profile.
Definition at line 59 of file ModifyBasketTradeRequest.h.
std::vector<BasketRootPartyGrpElem> basketRootPartyGrp |
Basket Root Party Group.
Definition at line 74 of file ModifyBasketTradeRequest.h.
std::vector<BasketSideAllocGrpElem> basketSideAllocGrp |
Basket Side Alloc Group.
Definition at line 80 of file ModifyBasketTradeRequest.h.
std::string basketTradeReportText |
User defined text message field.
Definition at line 68 of file ModifyBasketTradeRequest.h.
UInt64 basketTrdMatchId |
System defined Basket ID.
Definition at line 47 of file ModifyBasketTradeRequest.h.
std::vector<InstrmtMatchSideGrpElem> instrmtMatchSideGrp |
Instrument Match Side Group.
Definition at line 77 of file ModifyBasketTradeRequest.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 53 of file ModifyBasketTradeRequest.h.
UInt32 maturityMonthYear |
Month year code for expiry YYYYMM.
Definition at line 56 of file ModifyBasketTradeRequest.h.
UInt32 senderSubId |
User ID.
Definition at line 44 of file ModifyBasketTradeRequest.h.
std::string tradeReportId |
User defined transaction ID. Part of the TES response and TES broadcast.
Definition at line 71 of file ModifyBasketTradeRequest.h.
TradeReportType::Enum tradeReportType |
Identifies the type of trade notification.
Definition at line 65 of file ModifyBasketTradeRequest.h.
TrdType::Enum trdType |
Indicates if a trade should be reported via the market reporting service.
Definition at line 62 of file ModifyBasketTradeRequest.h.