#include <OnixS/Eurex/MarketData/InstrumentLeg.h>
Public Member Functions | |
UInt32 | legSymbol () const |
SecurityId | legSecurityId () const |
LegSide::Enum | legSide () const |
LegSecurityType::Enum | legSecurityType () const |
UInt32 | legRatioQty () const |
bool | legPrice (Decimal &price) const |
bool | relatedPrice (Decimal &price) const |
RelatedPriceType::Enum | relatedPriceType () const |
TradingStyle::Enum | tradingStyle () const |
Friends | |
class | TypedGroup< InstrumentLeg > |
Definition at line 65 of file InstrumentLeg.h.
|
inline |
Underlying price for the instrument leg (for VOLA strategies)
Definition at line 100 of file InstrumentLeg.h.
|
inline |
The ratio of quantity for this individual leg relative to the entire multileg security.
Definition at line 94 of file InstrumentLeg.h.
|
inline |
Instrument ID from Eurex Exchanges new trading architecture.
Definition at line 76 of file InstrumentLeg.h.
|
inline |
Type of leg security.
Definition at line 88 of file InstrumentLeg.h.
|
inline |
Buy or Sell code.
Definition at line 82 of file InstrumentLeg.h.
|
inline |
Product identifier of the leg security.
Definition at line 70 of file InstrumentLeg.h.
|
inline |
Definition at line 106 of file InstrumentLeg.h.
|
inline |
Definition at line 112 of file InstrumentLeg.h.
|
inline |
Definition at line 118 of file InstrumentLeg.h.
|
friend |
Definition at line 125 of file InstrumentLeg.h.