Uses of Class
com.caplin.generated.motif.fx.rates.QuotePartsDef.AllocationLegFields
-
Packages that use QuotePartsDef.AllocationLegFields Package Description com.caplin.generated.motif.fx.rates -
-
Uses of QuotePartsDef.AllocationLegFields in com.caplin.generated.motif.fx.rates
Methods in com.caplin.generated.motif.fx.rates that return QuotePartsDef.AllocationLegFields Modifier and Type Method Description @NotNull QuotePartsDef.AllocationLegFields
QuotePartsDef.AllocationLegFields.Builder. build()
static @NotNull QuotePartsDef.AllocationLegFields
QuotePartsDef.AllocationLegFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields)
static @NotNull QuotePartsDef.AllocationLegFields
QuotePartsDef.AllocationLegFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields, @NotNull java.lang.String fieldPrefix)
QuotePartsDef.AllocationLegFields
QuoteTypesDef.AllocationQuote. getAllocationLegFields(int id)
Methods in com.caplin.generated.motif.fx.rates with parameters of type QuotePartsDef.AllocationLegFields Modifier and Type Method Description @NotNull QuoteTypesDef.AllocationQuote.Builder
QuoteTypesDef.AllocationQuote.Builder. addAllocationLegFields(QuotePartsDef.AllocationLegFields allocationLegFields)
@NotNull QuoteTypesDef.AllocationQuote.Builder
QuoteTypesDef.AllocationQuote.Builder. setAllocationLegFields(QuotePartsDef.AllocationLegFields allocationLegFields, int id)
Method parameters in com.caplin.generated.motif.fx.rates with type arguments of type QuotePartsDef.AllocationLegFields Modifier and Type Method Description @NotNull QuoteTypesDef.AllocationQuote.Builder
QuoteTypesDef.AllocationQuote.Builder. addAllAllocationLegFields(@NotNull java.util.Collection<QuotePartsDef.AllocationLegFields> allocationLegFields)
-