| Package | Description |
|---|---|
| com.opengamma.strata.product.fx |
Entity objects describing financial instruments in the foreign exchange market.
|
| Modifier and Type | Method and 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(org.joda.beans.MetaProperty<?> property,
Object value) |
FxSwapTrade.Builder |
FxSwapTrade.Builder.set(String propertyName,
Object newValue) |
FxSwapTrade.Builder |
FxSwapTrade.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.