#include <OnixS/Eurex/Trading/Messages/ModifyOrderComplexRequest.h>
Public Member Functions | |
LegOrdGrpElem () | |
std::string | toString () const |
Public Attributes | |
std::string | legAccount |
LegPositionEffect::Enum | legPositionEffect |
Friends | |
class | Serializer |
Definition at line 36 of file ModifyOrderComplexRequest.h.
LegOrdGrpElem | ( | ) |
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 53 of file ModifyOrderComplexRequest.h.
std::string legAccount |
Leg-specific account to book trades and keep positions on.
Definition at line 43 of file ModifyOrderComplexRequest.h.
LegPositionEffect::Enum legPositionEffect |
Leg-specific field used for Eurex position management purposes and indicates whether the leg is submitted to open or close a position.
Definition at line 47 of file ModifyOrderComplexRequest.h.