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