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