T
- the type of the market data this identifier refers topublic interface NamedMarketDataId<T> extends MarketDataId<T>
A MarketDataId
is used to uniquely identify market data within a system.
By contrast, a MarketDataName
is only unique within a single coherent data set.
For example, a curve group contains a set of curves, and within the group the name is unique.
But the market data system may contain many curve groups where the same name appears in each group.
The MarketDataId
includes both the group name and curve name in order to ensure uniqueness.
But within a specific context, the MarketDataName
is also sufficient to find the same data.
Modifier and Type | Method and Description |
---|---|
MarketDataName<T> |
getMarketDataName()
Gets the market data name.
|
getMarketDataType
MarketDataName<T> getMarketDataName()
This name can be used to obtain the market data within a single coherent data set.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.