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