Class BlotterPartsDef.SwapQuoteBlotterFields.Builder
java.lang.Object
com.caplin.generated.motif.fx.blotter.BlotterPartsDef.SwapQuoteBlotterFields.Builder
- Enclosing class:
- BlotterPartsDef.SwapQuoteBlotterFields
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setSwapPoints
(@NotNull String swapPoints) setSwapPoints
(@NotNull BigDecimal swapPoints) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull BlotterPartsDef.SwapQuoteBlotterFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setSwapPoints
@NotNull public @NotNull BlotterPartsDef.SwapQuoteBlotterFields.Builder setSwapPoints(@NotNull @NotNull BigDecimal swapPoints) - Parameters:
swapPoints
- e.g. 0.005390- Returns:
- The difference in interest rates between transaction currencies.
-
setSwapPoints
@NotNull public @NotNull BlotterPartsDef.SwapQuoteBlotterFields.Builder setSwapPoints(@NotNull @NotNull String swapPoints) - Parameters:
swapPoints
- e.g. 0.005390- Returns:
- The difference in interest rates between transaction currencies.
-