- java.lang.Object
-
- org.quantlib.DeltaVolQuoteHandle
-
- org.quantlib.RelinkableDeltaVolQuoteHandle
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RelinkableDeltaVolQuoteHandle extends DeltaVolQuoteHandle implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.DeltaVolQuoteHandle
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description RelinkableDeltaVolQuoteHandle()protectedRelinkableDeltaVolQuoteHandle(long cPtr, boolean cMemoryOwn)RelinkableDeltaVolQuoteHandle(DeltaVolQuote arg0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RelinkableDeltaVolQuoteHandle obj)voidlinkTo(DeltaVolQuote arg0)voidreset()protected static longswigRelease(RelinkableDeltaVolQuoteHandle obj)-
Methods inherited from class org.quantlib.DeltaVolQuoteHandle
__deref__, asObservable, atmType, currentLink, delta, deltaType, empty, getCPtr, isValid, maturity, swigRelease, value
-
-
-
-
Constructor Detail
-
RelinkableDeltaVolQuoteHandle
protected RelinkableDeltaVolQuoteHandle(long cPtr, boolean cMemoryOwn)
-
RelinkableDeltaVolQuoteHandle
public RelinkableDeltaVolQuoteHandle(DeltaVolQuote arg0)
-
RelinkableDeltaVolQuoteHandle
public RelinkableDeltaVolQuoteHandle()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RelinkableDeltaVolQuoteHandle obj)
-
swigRelease
protected static long swigRelease(RelinkableDeltaVolQuoteHandle obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classDeltaVolQuoteHandle
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classDeltaVolQuoteHandle
-
linkTo
public void linkTo(DeltaVolQuote arg0)
-
reset
public void reset()
-
-