- java.lang.Object
-
- org.quantlib.Payoff
-
- org.quantlib.TypePayoff
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
FloatingTypePayoff,StrikedTypePayoff
public class TypePayoff extends Payoff implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypePayoff(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(TypePayoff obj)Option.TypeoptionType()protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
TypePayoff
protected TypePayoff(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TypePayoff obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classPayoff
-
delete
public void delete()
-
optionType
public Option.Type optionType()
-
-