#include <OnixS/Eurex/Trading/Messages/BasketRollRequest.h>
Public Member Functions | |
BasketRollRequest () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt32 | senderSubId |
SInt32 | marketSegmentId |
UInt32 | basketProfileId |
TrdType::Enum | trdType |
TradeReportType::Enum | tradeReportType |
std::string | tradeReportId |
std::vector< BasketRootPartyGrpElem > | basketRootPartyGrp |
std::vector< OldBasketInstrmtMatchSideGrpElem > | oldBasketInstrmtMatchSideGrp |
std::vector< NewBasketInstrmtMatchSideGrpElem > | newBasketInstrmtMatchSideGrp |
std::vector< OldBasketSideAllocGrpElem > | oldBasketSideAllocGrp |
std::vector< NewBasketSideAllocGrpElem > | newBasketSideAllocGrp |
Friends | |
class | Serializer |
Definition at line 38 of file BasketRollRequest.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 84 of file BasketRollRequest.h.
UInt32 basketProfileId |
ID of the Basket profile.
Definition at line 51 of file BasketRollRequest.h.
std::vector<BasketRootPartyGrpElem> basketRootPartyGrp |
Basket Root Party Group.
Definition at line 63 of file BasketRollRequest.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 48 of file BasketRollRequest.h.
std::vector<NewBasketInstrmtMatchSideGrpElem> newBasketInstrmtMatchSideGrp |
New Basket Instrument Match Side Group.
Definition at line 69 of file BasketRollRequest.h.
std::vector<NewBasketSideAllocGrpElem> newBasketSideAllocGrp |
New Basket Side Alloc Group.
Definition at line 75 of file BasketRollRequest.h.
std::vector<OldBasketInstrmtMatchSideGrpElem> oldBasketInstrmtMatchSideGrp |
Old Basket Instrument Match Side Group.
Definition at line 66 of file BasketRollRequest.h.
std::vector<OldBasketSideAllocGrpElem> oldBasketSideAllocGrp |
Old Basket Side Alloc Group.
Definition at line 72 of file BasketRollRequest.h.
UInt32 senderSubId |
User ID.
Definition at line 45 of file BasketRollRequest.h.
std::string tradeReportId |
User defined transaction ID. Part of the TES response and TES broadcast.
Definition at line 60 of file BasketRollRequest.h.
TradeReportType::Enum tradeReportType |
Identifies the type of trade notification.
Definition at line 57 of file BasketRollRequest.h.
TrdType::Enum trdType |
Indicates if a trade should be reported via the market reporting service.
Definition at line 54 of file BasketRollRequest.h.