Class FxOptionVolatilitiesName
- java.lang.Object
- 
- com.opengamma.strata.data.MarketDataName<FxOptionVolatilities>
- 
- com.opengamma.strata.pricer.fxopt.FxOptionVolatilitiesName
 
 
- 
- All Implemented Interfaces:
- Named,- Serializable,- Comparable<MarketDataName<?>>
 
 public final class FxOptionVolatilitiesName extends MarketDataName<FxOptionVolatilities> implements Serializable The name of a set of FX option volatilities.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<FxOptionVolatilities>getMarketDataType()Gets the type of data this name refers to.StringgetName()Gets the market data name.static FxOptionVolatilitiesNameof(String name)Obtains an instance from the specified name.- 
Methods inherited from class com.opengamma.strata.data.MarketDataNamecompareTo, equals, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
ofpublic static FxOptionVolatilitiesName of(String name) Obtains an instance from the specified name.Names may contain any character, but must not be empty. - Parameters:
- name- the name
- Returns:
- the name instance
 
 - 
getMarketDataTypepublic Class<FxOptionVolatilities> getMarketDataType() Description copied from class:MarketDataNameGets the type of data this name refers to.- Specified by:
- getMarketDataTypein class- MarketDataName<FxOptionVolatilities>
- Returns:
- the type of the market data this name refers to
 
 - 
getNamepublic String getName() Description copied from class:MarketDataNameGets the market data name.The name must be unique within any single coherent data set. - Specified by:
- getNamein interface- Named
- Specified by:
- getNamein class- MarketDataName<FxOptionVolatilities>
- Returns:
- the unique name
 
 
- 
 
-