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