#include <OnixS/Eurex/MarketData/EOBI/AddComplexInstrument.h>
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 |
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).
void toString | ( | std::string & | ) | const |
Appends text presentation.
|
friend |
Definition at line 61 of file AddComplexInstrument.h.