| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
CurveNodeClashAction |
CurveNodeDateOrder.getAction()
Gets the action to perform if a clash occurs.
|
static CurveNodeClashAction |
CurveNodeClashAction.of(String name)
Obtains an instance from the specified name.
|
static CurveNodeClashAction |
CurveNodeClashAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurveNodeClashAction[] |
CurveNodeClashAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<CurveNodeClashAction> |
CurveNodeDateOrder.Meta.action()
The meta-property for the
action property. |
| Modifier and Type | Method and Description |
|---|---|
static CurveNodeDateOrder |
CurveNodeDateOrder.of(int minGapInDays,
CurveNodeClashAction action)
Obtains an instance from the minimum gap, allowing reordering flag and clash action.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.