#include <OnixS/Eurex/Trading/Messages/SRQSOpenNegotiationNotification.h>
Public Member Functions | |
QuotReqLegsGrpElem () | |
std::string | toString () const |
Public Attributes | |
SInt64 | legSecurityId |
UInt32 | legRatioQty |
SInt32 | legSymbol |
LegSecurityType::Enum | legSecurityType |
LegSide::Enum | legSide |
Friends | |
class | Serializer |
Definition at line 36 of file SRQSOpenNegotiationNotification.h.
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 61 of file SRQSOpenNegotiationNotification.h.
UInt32 legRatioQty |
The ratio of quantity for this individual leg relative to the entire multileg security.
Definition at line 46 of file SRQSOpenNegotiationNotification.h.
SInt64 legSecurityId |
Instrument identifiier of the leg security.
Definition at line 43 of file SRQSOpenNegotiationNotification.h.
LegSecurityType::Enum legSecurityType |
Indicates type of leg.
Definition at line 52 of file SRQSOpenNegotiationNotification.h.
LegSide::Enum legSide |
The side of the individual leg of a strategy.
Definition at line 55 of file SRQSOpenNegotiationNotification.h.
SInt32 legSymbol |
Product identifiier of the leg security.
Definition at line 49 of file SRQSOpenNegotiationNotification.h.