public final class CurveName extends MarketDataName<Curve> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Class<Curve> |
getMarketDataType() |
String |
getName() |
static CurveName |
of(String name)
Obtains an instance from the specified name.
|
compareTo, equals, hashCode, toStringpublic static CurveName of(String name)
Curve names may contain any character, but must not be empty.
name - the name of the curvepublic Class<Curve> getMarketDataType()
getMarketDataType in class MarketDataName<Curve>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.