| Package | Description |
|---|---|
| com.opengamma.strata.market.observable |
Market data for quotes.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexQuoteId |
IndexQuoteId.of(Index index)
Obtains an instance used to obtain an observable value of the index.
|
static IndexQuoteId |
IndexQuoteId.of(Index index,
FieldName fieldName)
Obtains an instance used to obtain an observable value of the index.
|
static IndexQuoteId |
IndexQuoteId.of(Index index,
FieldName fieldName,
ObservableSource obsSource)
Obtains an instance used to obtain an observable value of the index,
specifying the source of observable market data.
|
IndexQuoteId |
IndexQuoteId.withObservableSource(ObservableSource obsSource) |
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<IndexQuoteId> |
IndexQuoteId.meta()
The meta-bean for
IndexQuoteId. |
org.joda.beans.TypedMetaBean<IndexQuoteId> |
IndexQuoteId.metaBean() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.