#include <OnixS/Eurex/Trading/Messages/EnterTESTradeRequest.h>
Public Member Functions | |
TrdInstrmntLegGrpElem () | |
std::string | toString () const |
Public Attributes | |
SInt64 | legSecurityId |
SInt64 | legPrice |
SInt64 | legQty |
Friends | |
class | Serializer |
Definition at line 71 of file EnterTESTradeRequest.h.
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 90 of file EnterTESTradeRequest.h.
SInt64 legPrice |
Strategy leg underlying price (only applicable for futures legs).
Definition at line 81 of file EnterTESTradeRequest.h.
SInt64 legQty |
Quantity for leg of a multileg.
Definition at line 84 of file EnterTESTradeRequest.h.
SInt64 legSecurityId |
Instrument identifiier of the leg security.
Definition at line 78 of file EnterTESTradeRequest.h.