Class UnsettledPartsDef.UnsettledCurrencyDetails.Builder
java.lang.Object
com.caplin.generated.motif.fx.unsettled.UnsettledPartsDef.UnsettledCurrencyDetails.Builder
- Enclosing class:
- UnsettledPartsDef.UnsettledCurrencyDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setUnsettledAmount
(@NotNull String unsettledAmount) setUnsettledAmount
(@NotNull BigDecimal unsettledAmount) setUnsettledCurrency
(@NotNull String unsettledCurrency) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull UnsettledPartsDef.UnsettledCurrencyDetails.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setUnsettledAmount
@NotNull public @NotNull UnsettledPartsDef.UnsettledCurrencyDetails.Builder setUnsettledAmount(@NotNull @NotNull BigDecimal unsettledAmount) - Returns:
- The total unsettled amount traded by a user, defined in the currency specified by UnsettledCurrency
-
setUnsettledAmount
@NotNull public @NotNull UnsettledPartsDef.UnsettledCurrencyDetails.Builder setUnsettledAmount(@NotNull @NotNull String unsettledAmount) - Returns:
- The total unsettled amount traded by a user, defined in the currency specified by UnsettledCurrency
-
setUnsettledCurrency
@NotNull public @NotNull UnsettledPartsDef.UnsettledCurrencyDetails.Builder setUnsettledCurrency(@NotNull @NotNull String unsettledCurrency) - Returns:
- The currency in which the unsettled amount is expressed.
-