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