Class QuotePartsDef.NDFLegFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.rates.QuotePartsDef.NDFLegFields.Builder
-
- Enclosing class:
- QuotePartsDef.NDFLegFields
public static final class QuotePartsDef.NDFLegFields.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull QuotePartsDef.NDFLegFields.Builder
addField(@NotNull java.lang.String key, @NotNull java.lang.String value)
@NotNull QuotePartsDef.NDFLegFields
build()
@NotNull QuotePartsDef.NDFLegFields.Builder
setFixingDate(@NotNull java.lang.String fixingDate)
@NotNull java.lang.String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull QuotePartsDef.NDFLegFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull QuotePartsDef.NDFLegFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setFixingDate
@NotNull public @NotNull QuotePartsDef.NDFLegFields.Builder setFixingDate(@NotNull @NotNull java.lang.String fixingDate)
- Parameters:
fixingDate
- e.g. 20150620- Returns:
- This is the day and time whereby the comparison between the NDF rate and the prevailing spot rate is made.
-
-