Class TradeDetailsPartsDef.InterventionLegTradeDetailsFields.Builder
java.lang.Object
com.caplin.generated.motif.fx.tradedetails.TradeDetailsPartsDef.InterventionLegTradeDetailsFields.Builder
- Enclosing class:
- TradeDetailsPartsDef.InterventionLegTradeDetailsFields
public static final class TradeDetailsPartsDef.InterventionLegTradeDetailsFields.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setWarningMessage
(@NotNull String warningMessage) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull TradeDetailsPartsDef.InterventionLegTradeDetailsFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setWarningMessage
@NotNull public @NotNull TradeDetailsPartsDef.InterventionLegTradeDetailsFields.Builder setWarningMessage(@NotNull @NotNull String warningMessage) - Parameters:
warningMessage
- e.g. **CREDIT CHECK:** This user has a credit limit of **1,000,000.00 USD** which should not be exceeded.- Returns:
- The message to display for any warnings regarding a quote request. Supports Markdown syntax for formatting.
-