public static final class FxRateConfig.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxRateConfig>
FxRateConfig.| Modifier and Type | Method and Description |
|---|---|
FxRateConfig |
build() |
Object |
get(String propertyName) |
FxRateConfig.Builder |
observableRates(Map<CurrencyPair,QuoteId> observableRates)
Sets the keys identifying FX rates which are observable in the market.
|
FxRateConfig.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxRateConfig.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<FxRateConfig>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxRateConfig>public FxRateConfig.Builder set(String propertyName, Object newValue)
public FxRateConfig.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<FxRateConfig>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxRateConfig>public FxRateConfig build()
public FxRateConfig.Builder observableRates(Map<CurrencyPair,QuoteId> observableRates)
observableRates - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxRateConfig>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.