Class TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder
java.lang.Object
com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder
- Enclosing class:
- TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields
public static final class TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setTraderSwapPoints
(@NotNull String traderSwapPoints) setTraderSwapPoints
(@NotNull BigDecimal traderSwapPoints) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
@NotNull public @NotNull TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields build() -
toString
-
setTraderSwapPoints
@NotNull public @NotNull TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder setTraderSwapPoints(@NotNull @NotNull BigDecimal traderSwapPoints) - Parameters:
traderSwapPoints
- e.g. 0.004211- Returns:
- The spot points with no client margins applied to them.
-
setTraderSwapPoints
@NotNull public @NotNull TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields.Builder setTraderSwapPoints(@NotNull @NotNull String traderSwapPoints) - Parameters:
traderSwapPoints
- e.g. 0.004211- Returns:
- The spot points with no client margins applied to them.
-