Package com.opengamma.strata.product.fx
Class FxSwapTrade.Builder
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxSwapTrade>
-
- com.opengamma.strata.product.fx.FxSwapTrade.Builder
-
- All Implemented Interfaces:
org.joda.beans.BeanBuilder<FxSwapTrade>
- Enclosing class:
- FxSwapTrade
public static final class FxSwapTrade.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxSwapTrade>
The bean-builder forFxSwapTrade
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FxSwapTrade
build()
Object
get(String propertyName)
FxSwapTrade.Builder
info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.FxSwapTrade.Builder
product(FxSwap product)
Sets the FX swap product that was agreed when the trade occurred.FxSwapTrade.Builder
set(String propertyName, Object newValue)
FxSwapTrade.Builder
set(org.joda.beans.MetaProperty<?> property, Object value)
String
toString()
-
-
-
Method Detail
-
get
public Object get(String propertyName)
- Specified by:
get
in interfaceorg.joda.beans.BeanBuilder<FxSwapTrade>
- Overrides:
get
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxSwapTrade>
-
set
public FxSwapTrade.Builder set(String propertyName, Object newValue)
-
set
public FxSwapTrade.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
- Specified by:
set
in interfaceorg.joda.beans.BeanBuilder<FxSwapTrade>
- Overrides:
set
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxSwapTrade>
-
build
public FxSwapTrade build()
-
info
public FxSwapTrade.Builder info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.This allows additional information to be attached to the trade.
- Parameters:
info
- the new value, not null- Returns:
- this, for chaining, not null
-
product
public FxSwapTrade.Builder product(FxSwap product)
Sets the FX swap product that was agreed when the trade occurred.The product captures the contracted financial details of the trade.
- Parameters:
product
- the new value, not null- Returns:
- this, for chaining, not null
-
toString
public String toString()
- Overrides:
toString
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxSwapTrade>
-
-