- java.lang.Object
-
- org.quantlib.Exercise
-
- org.quantlib.EuropeanExercise
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class EuropeanExercise extends Exercise implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.Exercise
Exercise.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEuropeanExercise(long cPtr, boolean cMemoryOwn)EuropeanExercise(Date date)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(EuropeanExercise obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Exercise
date, dateAt, dates, exerciseType, getCPtr, lastDate, type
-
-
-
-
Constructor Detail
-
EuropeanExercise
protected EuropeanExercise(long cPtr, boolean cMemoryOwn)
-
EuropeanExercise
public EuropeanExercise(Date date)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(EuropeanExercise obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classExercise
-
-