- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- org.quantlib.Instrument
-
- org.quantlib.Option
-
- org.quantlib.MultiAssetOption
-
- org.quantlib.HimalayaOption
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class HimalayaOption extends MultiAssetOption implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.Option
Option.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHimalayaOption(long cPtr, boolean cMemoryOwn)HimalayaOption(DateVector fixingDates, double strike)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(HimalayaOption obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.MultiAssetOption
delta, dividendRho, gamma, getCPtr, rho, theta, vega
-
Methods inherited from class org.quantlib.Instrument
errorEstimate, getCPtr, isExpired, NPV, setPricingEngine
-
Methods inherited from class org.quantlib.LazyObject
alwaysForwardNotifications, forwardFirstNotificationOnly, forwardsAllNotifications, freeze, getCPtr, recalculate, unfreeze
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
HimalayaOption
protected HimalayaOption(long cPtr, boolean cMemoryOwn)
-
HimalayaOption
public HimalayaOption(DateVector fixingDates, double strike)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(HimalayaOption obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classMultiAssetOption
-
finalize
protected void finalize()
- Overrides:
finalizein classMultiAssetOption
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classMultiAssetOption
-
-