Uses of Class
com.opengamma.strata.market.observable.IndexQuoteId
-
Packages that use IndexQuoteId Package Description com.opengamma.strata.market.observable Market data for quotes. -
-
Uses of IndexQuoteId in com.opengamma.strata.market.observable
Methods in com.opengamma.strata.market.observable that return IndexQuoteId Modifier and Type Method 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)
Methods in com.opengamma.strata.market.observable that return types with arguments of type IndexQuoteId Modifier and Type Method Description static org.joda.beans.TypedMetaBean<IndexQuoteId>
IndexQuoteId. meta()
The meta-bean forIndexQuoteId
.org.joda.beans.TypedMetaBean<IndexQuoteId>
IndexQuoteId. metaBean()
-