Public Member Functions | |
| UInt32 | legSymbol () const |
| UInt64 | legSecurityID () const |
| bool | legPrice (Decimal &price) const |
| UInt32 | legRatioQty () const |
| EOBI::LegSecurityType::Enum | legSecurityType () const |
| EOBI::LegSide::Enum | legSide () const |
| EOBI::RelatedPriceType::Enum | relatedPriceType () const |
| EOBI::TradingStyle::Enum | tradingStyle () const |
| Decimal | relatedPrice () const |
| void | toString (std::string &) const |
Friends | |
| class | AddComplexInstrumentEntries |
Additional Inherited Members | |
| Protected Member Functions inherited from DataContainer | |
| DataContainer (const void *data) | |
| template<class TData> | |
| const TData * | getData () const ONIXS_EUREX_EMDI_NOEXCEPT |
Definition at line 36 of file AddComplexInstrument.h.
| bool legPrice | ( | Decimal & | price | ) | const |
Leg Price.
| UInt32 legRatioQty | ( | ) | const |
The ratio of quantity for this individual leg relative to the entire multi-leg security.
| UInt64 legSecurityID | ( | ) | const |
Instrument identifier of the leg security.
| EOBI::LegSecurityType::Enum legSecurityType | ( | ) | const |
Leg Security Type.
| EOBI::LegSide::Enum legSide | ( | ) | const |
The side of the individual leg of a strategy as defined in signature.
| UInt32 legSymbol | ( | ) | const |
Product identifier of the leg security (only applicable for underlying leg).
| Decimal relatedPrice | ( | ) | const |
| EOBI::RelatedPriceType::Enum relatedPriceType | ( | ) | const |
| void toString | ( | std::string & | ) | const |
Appends text presentation.
| EOBI::TradingStyle::Enum tradingStyle | ( | ) | const |
|
friend |
Definition at line 71 of file AddComplexInstrument.h.