Class TradeConfPartsDef.BlockTradeConfirmationFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.BlockTradeConfirmationFields.Builder
-
- Enclosing class:
- TradeConfPartsDef.BlockTradeConfirmationFields
public static final class TradeConfPartsDef.BlockTradeConfirmationFields.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
addField(@NotNull String key, @NotNull String value)
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields
build()
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
setNetBuySell(@NotNull String netBuySell)
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
setNetContraAmount(@NotNull String netContraAmount)
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
setNetContraAmount(@NotNull BigDecimal netContraAmount)
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
setNetDealtAmount(@NotNull String netDealtAmount)
@NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder
setNetDealtAmount(@NotNull BigDecimal netDealtAmount)
@NotNull String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value)
-
build
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields build()
-
setNetBuySell
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder setNetBuySell(@NotNull @NotNull String netBuySell)
- Returns:
- The net direction of all the trade legs, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
setNetDealtAmount
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder setNetDealtAmount(@NotNull @NotNull BigDecimal netDealtAmount)
- Parameters:
netDealtAmount
- e.g. 1000000- Returns:
- The net dealt amount (unsigned) for all the trade legs
-
setNetDealtAmount
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder setNetDealtAmount(@NotNull @NotNull String netDealtAmount)
- Parameters:
netDealtAmount
- e.g. 1000000- Returns:
- The net dealt amount (unsigned) for all the trade legs
-
setNetContraAmount
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder setNetContraAmount(@NotNull @NotNull BigDecimal netContraAmount)
- Parameters:
netContraAmount
- e.g. 1123400- Returns:
- The net contra amount for all the trade legs
-
setNetContraAmount
@NotNull public @NotNull TradeConfPartsDef.BlockTradeConfirmationFields.Builder setNetContraAmount(@NotNull @NotNull String netContraAmount)
- Parameters:
netContraAmount
- e.g. 1123400- Returns:
- The net contra amount for all the trade legs
-
-