- java.lang.Object
-
- org.quantlib.Payoff
-
- org.quantlib.BasketPayoff
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
AverageBasketPayoff,MaxBasketPayoff,MinBasketPayoff,SpreadBasketPayoff
public class BasketPayoff extends Payoff implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasketPayoff(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(BasketPayoff obj)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
BasketPayoff
protected BasketPayoff(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BasketPayoff obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classPayoff
-
-