#include <OnixS/Eurex/Trading/Messages/BasketRollRequest.h>
Public Member Functions | |
| OldBasketDataGrp () | |
| std::string | toString () const |
Public Attributes | |
| UInt64 | basketTrdMatchId |
| UInt32 | basketExecId |
| std::string | tradeReportId |
| UInt32 | maturityMonthYear |
| BasketTradeReportType::Enum | basketTradeReportType |
| std::string | basketTradeReportText |
Friends | |
| class | Serializer |
Definition at line 38 of file BasketRollRequest.h.
| OldBasketDataGrp | ( | ) |
Initialize default instance.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 66 of file BasketRollRequest.h.
| UInt32 basketExecId |
System generated transaction ID for a Basket transaction.
Definition at line 48 of file BasketRollRequest.h.
| std::string basketTradeReportText |
User defined text message field.
Definition at line 60 of file BasketRollRequest.h.
| BasketTradeReportType::Enum basketTradeReportType |
Basket operation.
Definition at line 57 of file BasketRollRequest.h.
| UInt64 basketTrdMatchId |
System defined Basket ID.
Definition at line 45 of file BasketRollRequest.h.
| UInt32 maturityMonthYear |
Month year code for expiry YYYYMM.
Definition at line 54 of file BasketRollRequest.h.
| std::string tradeReportId |
User defined transaction ID. Part of the TES response and TES broadcast.
Definition at line 51 of file BasketRollRequest.h.