- java.lang.Object
-
- org.quantlib.Rounding
-
- org.quantlib.DownRounding
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class DownRounding extends Rounding implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Rounding
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description DownRounding(int precision)DownRounding(int precision, int digit)protectedDownRounding(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(DownRounding obj)protected static longswigRelease(DownRounding obj)-
Methods inherited from class org.quantlib.Rounding
getCPtr, getValue, swigRelease
-
-
-
-
Constructor Detail
-
DownRounding
protected DownRounding(long cPtr, boolean cMemoryOwn)
-
DownRounding
public DownRounding(int precision, int digit)
-
DownRounding
public DownRounding(int precision)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(DownRounding obj)
-
swigRelease
protected static long swigRelease(DownRounding obj)
-
-