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 Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setPremiumPaymentDate
(@NotNull String premiumPaymentDate) setStrike
(@NotNull BigDecimal strike) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull BigDecimal strike) - Returns:
- The strike price of the commodity deal.
-
setStrike
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setStrike(@NotNull @NotNull String strike) - Returns:
- The strike price of the commodity deal.
-
setPremiumPaymentDate
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setPremiumPaymentDate(@NotNull @NotNull String premiumPaymentDate) - Returns:
- The date by when the premium payment needs to be done.
-
setBuyer
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setBuyer(@NotNull @NotNull String buyer) - Returns:
- The buying entity's identifier.
-
setSeller
@NotNull public @NotNull TradeConfPartsDef.EuroCallSpreadTradeConfirmationFields.Builder setSeller(@NotNull @NotNull String seller) - Returns:
- The selling entity's identifier.
-