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