Class TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.commodities.tradeconfirmation.TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
-
- Enclosing class:
- TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields
public static final class TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
addField(@NotNull java.lang.String key, @NotNull java.lang.String value)
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields
build()
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
setBuyer(@NotNull java.lang.String buyer)
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
setPremiumPaymentDate(@NotNull java.lang.String premiumPaymentDate)
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
setSeller(@NotNull java.lang.String seller)
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
setStrike(@NotNull java.lang.String strike)
@NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder
setStrike(@NotNull java.math.BigDecimal strike)
@NotNull java.lang.String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull java.math.BigDecimal strike)
- Returns:
- The strike price of the commodity deal.
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull java.lang.String strike)
- Returns:
- The strike price of the commodity deal.
-
setPremiumPaymentDate
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setPremiumPaymentDate(@NotNull @NotNull java.lang.String premiumPaymentDate)
- Returns:
- The date by when the premium payment needs to be done.
-
setBuyer
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setBuyer(@NotNull @NotNull java.lang.String buyer)
- Returns:
- The buying entity's identifier.
-
setSeller
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setSeller(@NotNull @NotNull java.lang.String seller)
- Returns:
- The selling entity's identifier.
-
-