Class TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder
java.lang.Object
com.caplin.generated.motif.commodities.tradeconfirmation.TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder
- Enclosing class:
- TradeConfPartsDef.BasisSwapTradeConfirmationFields
-
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 StringtoString()
-
Method Details
-
addField
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setDirection
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setDirection(@NotNull @NotNull String direction) - Returns:
- The direction of the trade, from the client's perspective.
-
setTotalQuantity
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setTotalQuantity(@NotNull @NotNull BigDecimal totalQuantity) - Returns:
- The total amounts of the deal breakdown for a premium invoice.
-
setTotalQuantity
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setTotalQuantity(@NotNull @NotNull String totalQuantity) - Returns:
- The total amounts of the deal breakdown for a premium invoice.
-
setFixedPrice
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setFixedPrice(@NotNull @NotNull BigDecimal fixedPrice) - Returns:
- The fixed price of the commodity deal.
-
setFixedPrice
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setFixedPrice(@NotNull @NotNull String fixedPrice) - Returns:
- The fixed price of the commodity deal.
-
setFixedPricePayer
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setFixedPricePayer(@NotNull @NotNull String fixedPricePayer) - Returns:
- The identifier for whoever is the fixed price payer.
-
setFloatingPricePayer
@NotNull public @NotNull TradeConfPartsDef.BasisSwapTradeConfirmationFields.Builder setFloatingPricePayer(@NotNull @NotNull String floatingPricePayer) - Returns:
- The identifier for whoever is the floating price payer
-