Class TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder
java.lang.Object
com.caplin.generated.motif.commodities.tradeconfirmation.TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder
- Enclosing class:
- TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields
public static final class TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setPremiumPayer
(@NotNull String premiumPayer) setPremiumPaymentDate
(@NotNull String premiumPaymentDate) setStrike
(@NotNull BigDecimal strike) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull BigDecimal strike) - Returns:
- The strike price of the commodity deal.
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull String strike) - Returns:
- The strike price of the commodity deal.
-
setPremiumPaymentDate
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setPremiumPaymentDate(@NotNull @NotNull String premiumPaymentDate) - Returns:
- The date by when the premium payment needs to be done.
-
setPremiumPayer
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setPremiumPayer(@NotNull @NotNull String premiumPayer) - Returns:
- The identifier for whoever is the premium payer.
-
setBuyer
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setBuyer(@NotNull @NotNull String buyer) - Returns:
- The buying entity's identifier.
-
setSeller
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setSeller(@NotNull @NotNull String seller) - Returns:
- The selling entity's identifier.
-