Class TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder
java.lang.Object
com.caplin.generated.motif.commodities.tradeconfirmation.TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder
- Enclosing class:
- TradeConfPartsDef.FixedSwapTradeConfirmationFields
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setDirection
(@NotNull String direction) setFixedPrice
(@NotNull String fixedPrice) setFixedPrice
(@NotNull BigDecimal fixedPrice) setFixedPricePayer
(@NotNull String fixedPricePayer) setFloatingPricePayer
(@NotNull String floatingPricePayer) setTotalQuantity
(@NotNull String totalQuantity) setTotalQuantity
(@NotNull BigDecimal totalQuantity) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setDirection
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setDirection(@NotNull @NotNull String direction) - Returns:
- The direction of the trade, from the client's perspective.
-
setTotalQuantity
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setTotalQuantity(@NotNull @NotNull BigDecimal totalQuantity) - Returns:
- The total amounts of the deal breakdown.
-
setTotalQuantity
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setTotalQuantity(@NotNull @NotNull String totalQuantity) - Returns:
- The total amounts of the deal breakdown.
-
setFixedPrice
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setFixedPrice(@NotNull @NotNull BigDecimal fixedPrice) - Returns:
- The fixed price of the commodity deal.
-
setFixedPrice
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setFixedPrice(@NotNull @NotNull String fixedPrice) - Returns:
- The fixed price of the commodity deal.
-
setFixedPricePayer
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setFixedPricePayer(@NotNull @NotNull String fixedPricePayer) - Returns:
- The identifier for whoever is the fixed price payer.
-
setFloatingPricePayer
@NotNull public @NotNull TradeConfPartsDef.FixedSwapTradeConfirmationFields.Builder setFloatingPricePayer(@NotNull @NotNull String floatingPricePayer) - Returns:
- The identifier for whoever is the floating price payer
-