- java.lang.Object
-
- org.quantlib.Payoff
-
- org.quantlib.TypePayoff
-
- org.quantlib.StrikedTypePayoff
-
- org.quantlib.SuperSharePayoff
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SuperSharePayoff extends StrikedTypePayoff implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSuperSharePayoff(long cPtr, boolean cMemoryOwn)SuperSharePayoff(Option.Type type, double strike, double increment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SuperSharePayoff obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.StrikedTypePayoff
getCPtr, strike
-
Methods inherited from class org.quantlib.TypePayoff
getCPtr, optionType
-
-
-
-
Constructor Detail
-
SuperSharePayoff
protected SuperSharePayoff(long cPtr, boolean cMemoryOwn)
-
SuperSharePayoff
public SuperSharePayoff(Option.Type type, double strike, double increment)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SuperSharePayoff obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classStrikedTypePayoff
-
finalize
protected void finalize()
- Overrides:
finalizein classStrikedTypePayoff
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classStrikedTypePayoff
-
-