Uses of Class
com.opengamma.strata.product.fx.FxSwapTrade.Builder
-
Packages that use FxSwapTrade.Builder Package Description com.opengamma.strata.product.fx Entity objects describing financial instruments in the foreign exchange market. -
-
Uses of FxSwapTrade.Builder in com.opengamma.strata.product.fx
Methods in com.opengamma.strata.product.fx that return FxSwapTrade.Builder Modifier and Type Method Description static FxSwapTrade.BuilderFxSwapTrade. builder()Returns a builder used to create an instance of the bean.FxSwapTrade.BuilderFxSwapTrade.Meta. builder()FxSwapTrade.BuilderFxSwapTrade.Builder. info(TradeInfo info)Sets the additional trade information, defaulted to an empty instance.FxSwapTrade.BuilderFxSwapTrade.Builder. product(FxSwap product)Sets the FX swap product that was agreed when the trade occurred.FxSwapTrade.BuilderFxSwapTrade.Builder. set(String propertyName, Object newValue)FxSwapTrade.BuilderFxSwapTrade.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)FxSwapTrade.BuilderFxSwapTrade. toBuilder()Returns a builder that allows this bean to be mutated.
-