#include <OnixS/Eurex/Trading/Messages/ModifyTESTradeRequest.h>
Public Member Functions | |
| ModifyTESTradeRequest () | |
| TemplateId::Enum | templateId () const |
| std::string | toString () const |
| Public Member Functions inherited from Message | |
| virtual | ~Message () |
Public Attributes | |
| UInt32 | senderSubId |
| SInt64 | lastPx |
| UInt64 | transBkdTime |
| SInt64 | relatedClosePrice |
| SInt64 | relatedPx |
| SInt32 | marketSegmentId |
| UInt32 | packageId |
| UInt32 | tesExecId |
| SInt32 | relatedMarketSegmentId |
| TrdType::Enum | trdType |
| TradeReportType::Enum | tradeReportType |
| TradePublishIndicator::Enum | tradePublishIndicator |
| SwapClearer::Enum | swapClearer |
| std::string | tradeReportText |
| std::string | tradeReportId |
| std::vector< SideAllocGrpElem > | sideAllocGrp |
| std::vector< TrdInstrmntLegGrpElem > | trdInstrmntLegGrp |
Friends | |
| class | Serializer |
Definition at line 37 of file ModifyTESTradeRequest.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 101 of file ModifyTESTradeRequest.h.
| SInt64 lastPx |
Price of this leg fill.
Definition at line 47 of file ModifyTESTradeRequest.h.
| SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 59 of file ModifyTESTradeRequest.h.
| UInt32 packageId |
Identifier for a Trade Entry Service trade, i.e TES trade ID.
Definition at line 62 of file ModifyTESTradeRequest.h.
| SInt64 relatedClosePrice |
User defined index price.
Definition at line 53 of file ModifyTESTradeRequest.h.
| SInt32 relatedMarketSegmentId |
Identifies a related product.
Definition at line 68 of file ModifyTESTradeRequest.h.
| SInt64 relatedPx |
Price of the related instrument.
Definition at line 56 of file ModifyTESTradeRequest.h.
| UInt32 senderSubId |
User ID.
Definition at line 44 of file ModifyTESTradeRequest.h.
| std::vector<SideAllocGrpElem> sideAllocGrp |
Side Alloc Group.
Definition at line 89 of file ModifyTESTradeRequest.h.
| SwapClearer::Enum swapClearer |
Swap clearer for EFS Trades only.
Definition at line 80 of file ModifyTESTradeRequest.h.
| UInt32 tesExecId |
System transaction identifier for a Trade Entry Service transaction.
Definition at line 65 of file ModifyTESTradeRequest.h.
| TradePublishIndicator::Enum tradePublishIndicator |
Indicates if a trade should be reported via the market reporting service.
Definition at line 77 of file ModifyTESTradeRequest.h.
| std::string tradeReportId |
User defined transaction ID. Part of the TES response and TES broadcast.
Definition at line 86 of file ModifyTESTradeRequest.h.
| std::string tradeReportText |
User defined text field.
Definition at line 83 of file ModifyTESTradeRequest.h.
| TradeReportType::Enum tradeReportType |
Identifies the type of trade notification.
Definition at line 74 of file ModifyTESTradeRequest.h.
| UInt64 transBkdTime |
Trade Closure Time, the time when an Off-Book trade was concluded outside the Eurex System.
Definition at line 50 of file ModifyTESTradeRequest.h.
| std::vector<TrdInstrmntLegGrpElem> trdInstrmntLegGrp |
Trd Instrmnt Leg Group.
Definition at line 92 of file ModifyTESTradeRequest.h.
| TrdType::Enum trdType |
Indicates if a trade should be reported via the market reporting service.
Definition at line 71 of file ModifyTESTradeRequest.h.