- java.lang.Object
-
- org.quantlib.Settings
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Settings extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedSettings(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(Settings obj)booleangetEnforcesTodaysHistoricFixings()DategetEvaluationDate()voidincludeReferenceDateEvents(boolean b)voidincludeTodaysCashFlows(boolean b)static Settingsinstance()voidsetEnforcesTodaysHistoricFixings(boolean b)voidsetEvaluationDate(Date d)protected static longswigRelease(Settings obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
Settings
protected Settings(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
swigRelease
protected static long swigRelease(Settings obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getEvaluationDate
public Date getEvaluationDate()
-
setEvaluationDate
public void setEvaluationDate(Date d)
-
includeReferenceDateEvents
public void includeReferenceDateEvents(boolean b)
-
includeTodaysCashFlows
public void includeTodaysCashFlows(boolean b)
-
setEnforcesTodaysHistoricFixings
public void setEnforcesTodaysHistoricFixings(boolean b)
-
getEnforcesTodaysHistoricFixings
public boolean getEnforcesTodaysHistoricFixings()
-
-