- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- org.quantlib.Instrument
-
- org.quantlib.OvernightIndexFuture
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class OvernightIndexFuture extends Instrument implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOvernightIndexFuture(long cPtr, boolean cMemoryOwn)OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate)OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate, QuoteHandle convexityAdjustment)OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate, QuoteHandle convexityAdjustment, RateAveraging.Type averagingMethod)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleconvexityAdjustment()voiddelete()protected voidfinalize()protected static longgetCPtr(OvernightIndexFuture obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Instrument
errorEstimate, getCPtr, isExpired, NPV, setPricingEngine
-
Methods inherited from class org.quantlib.LazyObject
alwaysForwardNotifications, forwardFirstNotificationOnly, forwardsAllNotifications, freeze, getCPtr, recalculate, unfreeze
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
OvernightIndexFuture
protected OvernightIndexFuture(long cPtr, boolean cMemoryOwn)
-
OvernightIndexFuture
public OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate, QuoteHandle convexityAdjustment, RateAveraging.Type averagingMethod)
-
OvernightIndexFuture
public OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate, QuoteHandle convexityAdjustment)
-
OvernightIndexFuture
public OvernightIndexFuture(OvernightIndex overnightIndex, Date valueDate, Date maturityDate)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(OvernightIndexFuture obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classInstrument
-
finalize
protected void finalize()
- Overrides:
finalizein classInstrument
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classInstrument
-
convexityAdjustment
public double convexityAdjustment()
-
-