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 java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
addField
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull java.math.BigDecimal strike)
- Returns:
- The strike price of the commodity deal.
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull java.lang.String strike)
- Returns:
- The strike price of the commodity deal.
-
setPremiumPaymentDate
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setPremiumPaymentDate(@NotNull @NotNull java.lang.String premiumPaymentDate)
- Returns:
- The date by when the premium payment needs to be done.
-
setPremiumPayer
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setPremiumPayer(@NotNull @NotNull java.lang.String premiumPayer)
- Returns:
- The identifier for whoever is the premium payer.
-
setBuyer
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setBuyer(@NotNull @NotNull java.lang.String buyer)
- Returns:
- The buying entity's identifier.
-
setSeller
@NotNull public @NotNull TradeConfPartsDef.AsianCapFloorSpreadTradeConfirmationFields.Builder setSeller(@NotNull @NotNull java.lang.String seller)
- Returns:
- The selling entity's identifier.
-
-