- java.lang.Object
-
- org.quantlib.Settlement
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Settlement extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettlement.Methodstatic classSettlement.Type
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description Settlement()protectedSettlement(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(Settlement obj)protected static longswigRelease(Settlement obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
Settlement
protected Settlement(long cPtr, boolean cMemoryOwn)
-
Settlement
public Settlement()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Settlement obj)
-
swigRelease
protected static long swigRelease(Settlement obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-