T - the type of the market data this identifier refers topublic interface MarketDataId<T>
The market data system can locate market data using implementations of this interface. Implementations can identify any piece of market data. This includes observable values, such as the quoted market value of a security, and derived values, such as a volatility surface or a discounting curve.
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getMarketDataType()
Gets the type of data this identifier refers to.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.