Class QuotePartsDef.AllocationCommonFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.rates.QuotePartsDef.AllocationCommonFields.Builder
-
- Enclosing class:
- QuotePartsDef.AllocationCommonFields
public static final class QuotePartsDef.AllocationCommonFields.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull QuotePartsDef.AllocationCommonFields.Builder
addField(@NotNull java.lang.String key, @NotNull java.lang.String value)
@NotNull QuotePartsDef.AllocationCommonFields
build()
@NotNull QuotePartsDef.AllocationCommonFields.Builder
setNetBuySell(@NotNull java.lang.String netBuySell)
@NotNull QuotePartsDef.AllocationCommonFields.Builder
setNetDealtAmount(@NotNull java.lang.String netDealtAmount)
@NotNull QuotePartsDef.AllocationCommonFields.Builder
setNetDealtAmount(@NotNull java.math.BigDecimal netDealtAmount)
@NotNull java.lang.String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull QuotePartsDef.AllocationCommonFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull QuotePartsDef.AllocationCommonFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setNetBuySell
@NotNull public @NotNull QuotePartsDef.AllocationCommonFields.Builder setNetBuySell(@NotNull @NotNull java.lang.String netBuySell)
- Returns:
- The net direction of all the trade legs, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
setNetDealtAmount
@NotNull public @NotNull QuotePartsDef.AllocationCommonFields.Builder setNetDealtAmount(@NotNull @NotNull java.math.BigDecimal netDealtAmount)
- Parameters:
netDealtAmount
- e.g. 1000000- Returns:
- The net dealt amount (unsigned) for all the trade legs
-
setNetDealtAmount
@NotNull public @NotNull QuotePartsDef.AllocationCommonFields.Builder setNetDealtAmount(@NotNull @NotNull java.lang.String netDealtAmount)
- Parameters:
netDealtAmount
- e.g. 1000000- Returns:
- The net dealt amount (unsigned) for all the trade legs
-
-