- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Quote
-
- org.quantlib.LastFixingQuote
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class LastFixingQuote extends Quote implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLastFixingQuote(long cPtr, boolean cMemoryOwn)LastFixingQuote(SWIGTYPE_p_ext__shared_ptrT_Index_t index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(LastFixingQuote obj)SWIGTYPE_p_ext__shared_ptrT_Index_tindex()DatereferenceDate()protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
LastFixingQuote
protected LastFixingQuote(long cPtr, boolean cMemoryOwn)
-
LastFixingQuote
public LastFixingQuote(SWIGTYPE_p_ext__shared_ptrT_Index_t index)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LastFixingQuote obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classQuote
-
delete
public void delete()
-
index
public SWIGTYPE_p_ext__shared_ptrT_Index_t index()
-
referenceDate
public Date referenceDate()
-
-