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.Builder
FxSwapTrade. builder()
Returns a builder used to create an instance of the bean.FxSwapTrade.Builder
FxSwapTrade.Meta. builder()
FxSwapTrade.Builder
FxSwapTrade.Builder. info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.FxSwapTrade.Builder
FxSwapTrade.Builder. product(FxSwap product)
Sets the FX swap product that was agreed when the trade occurred.FxSwapTrade.Builder
FxSwapTrade.Builder. set(String propertyName, Object newValue)
FxSwapTrade.Builder
FxSwapTrade.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
FxSwapTrade.Builder
FxSwapTrade. toBuilder()
Returns a builder that allows this bean to be mutated.
-