Uses of Class
com.opengamma.strata.market.observable.QuoteScenarioArrayId
-
Packages that use QuoteScenarioArrayId Package Description com.opengamma.strata.market.observable Market data for quotes. -
-
Uses of QuoteScenarioArrayId in com.opengamma.strata.market.observable
Methods in com.opengamma.strata.market.observable that return QuoteScenarioArrayId Modifier and Type Method Description static QuoteScenarioArrayId
QuoteScenarioArrayId. of(StandardId id, FieldName fieldName)
Returns a key identifying the market data with the specified ID and field name.static QuoteScenarioArrayId
QuoteScenarioArrayId. of(QuoteId quoteId)
Returns a key identifying the same market data as the quote key.Methods in com.opengamma.strata.market.observable that return types with arguments of type QuoteScenarioArrayId Modifier and Type Method Description Class<? extends QuoteScenarioArrayId>
QuoteScenarioArrayId.Meta. beanType()
org.joda.beans.BeanBuilder<? extends QuoteScenarioArrayId>
QuoteScenarioArrayId.Meta. builder()
-