- java.lang.Object
-
- org.quantlib.Currency
-
- org.quantlib.CLPCurrency
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class CLPCurrency extends Currency implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Currency
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description CLPCurrency()protectedCLPCurrency(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(CLPCurrency obj)protected static longswigRelease(CLPCurrency obj)-
Methods inherited from class org.quantlib.Currency
code, empty, equals, format, fractionsPerUnit, fractionSymbol, getCPtr, name, numericCode, rounding, swigRelease, symbol, toString, triangulationCurrency, unEquals
-
-
-
-
Constructor Detail
-
CLPCurrency
protected CLPCurrency(long cPtr, boolean cMemoryOwn)
-
CLPCurrency
public CLPCurrency()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(CLPCurrency obj)
-
swigRelease
protected static long swigRelease(CLPCurrency obj)
-
-