void |
InstrumentVector.add(Instrument x) |
void |
CompositeInstrument.add(Instrument instrument) |
void |
CompositeInstrument.add(Instrument instrument,
double multiplier) |
static void |
QuantLibJNI.CompositeInstrument_add__SWIG_0(long jarg1,
CompositeInstrument jarg1_,
long jarg2,
Instrument jarg2_,
double jarg3) |
static void |
QuantLibJNI.CompositeInstrument_add__SWIG_1(long jarg1,
CompositeInstrument jarg1_,
long jarg2,
Instrument jarg2_) |
static void |
QuantLibJNI.CompositeInstrument_subtract__SWIG_0(long jarg1,
CompositeInstrument jarg1_,
long jarg2,
Instrument jarg2_,
double jarg3) |
static void |
QuantLibJNI.CompositeInstrument_subtract__SWIG_1(long jarg1,
CompositeInstrument jarg1_,
long jarg2,
Instrument jarg2_) |
protected static long |
Instrument.getCPtr(Instrument obj) |
static long |
QuantLibJNI.Instrument___deref__(long jarg1,
Instrument jarg1_) |
static long |
QuantLibJNI.Instrument_asObservable(long jarg1,
Instrument jarg1_) |
static double |
QuantLibJNI.Instrument_errorEstimate(long jarg1,
Instrument jarg1_) |
static void |
QuantLibJNI.Instrument_freeze(long jarg1,
Instrument jarg1_) |
static boolean |
QuantLibJNI.Instrument_isExpired(long jarg1,
Instrument jarg1_) |
static boolean |
QuantLibJNI.Instrument_isNull(long jarg1,
Instrument jarg1_) |
static double |
QuantLibJNI.Instrument_NPV(long jarg1,
Instrument jarg1_) |
static void |
QuantLibJNI.Instrument_recalculate(long jarg1,
Instrument jarg1_) |
static void |
QuantLibJNI.Instrument_setPricingEngine(long jarg1,
Instrument jarg1_,
long jarg2,
PricingEngine jarg2_) |
static void |
QuantLibJNI.Instrument_unfreeze(long jarg1,
Instrument jarg1_) |
static void |
QuantLibJNI.InstrumentVector_add(long jarg1,
InstrumentVector jarg1_,
long jarg2,
Instrument jarg2_) |
static void |
QuantLibJNI.InstrumentVector_set(long jarg1,
InstrumentVector jarg1_,
int jarg2,
long jarg3,
Instrument jarg3_) |
void |
InstrumentVector.set(int i,
Instrument val) |
void |
CompositeInstrument.subtract(Instrument instrument) |
void |
CompositeInstrument.subtract(Instrument instrument,
double multiplier) |