- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Index
-
- org.quantlib.InterestRateIndex
-
- org.quantlib.IborIndex
-
- org.quantlib.EURLibor
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
EURLibor10M,EURLibor11M,EURLibor1M,EURLibor1Y,EURLibor2M,EURLibor2W,EURLibor3M,EURLibor4M,EURLibor5M,EURLibor6M,EURLibor7M,EURLibor8M,EURLibor9M,EURLiborSW
public class EURLibor extends IborIndex implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(EURLibor obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.IborIndex
businessDayConvention, clone, endOfMonth, forwardingTermStructure, getCPtr
-
Methods inherited from class org.quantlib.InterestRateIndex
currency, dayCounter, familyName, fixingDate, fixingDays, getCPtr, maturityDate, tenor, valueDate
-
Methods inherited from class org.quantlib.Index
addFixing, addFixing, addFixings, addFixings, clearFixings, fixing, fixing, fixingCalendar, getCPtr, hasHistoricalFixing, isValidFixingDate, name, timeSeries, toString
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classIborIndex
-
-