- java.lang.Object
-
- org.quantlib.Payoff
-
- org.quantlib.TypePayoff
-
- org.quantlib.StrikedTypePayoff
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
AssetOrNothingPayoff,CashOrNothingPayoff,GapPayoff,PercentageStrikePayoff,PlainVanillaPayoff,SuperSharePayoff,VanillaForwardPayoff
public class StrikedTypePayoff extends TypePayoff implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStrikedTypePayoff(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(StrikedTypePayoff obj)doublestrike()protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.TypePayoff
getCPtr, optionType
-
-
-
-
Constructor Detail
-
StrikedTypePayoff
protected StrikedTypePayoff(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(StrikedTypePayoff obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classTypePayoff
-
finalize
protected void finalize()
- Overrides:
finalizein classTypePayoff
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classTypePayoff
-
strike
public double strike()
-
-