Uses of Class
com.caplin.generated.motif.fx.rates.QuotePartsDef.SalesCommonFields
-
Packages that use QuotePartsDef.SalesCommonFields Package Description com.caplin.generated.motif.fx.rates -
-
Uses of QuotePartsDef.SalesCommonFields in com.caplin.generated.motif.fx.rates
Methods in com.caplin.generated.motif.fx.rates that return QuotePartsDef.SalesCommonFields Modifier and Type Method Description @NotNull QuotePartsDef.SalesCommonFields
QuotePartsDef.SalesCommonFields.Builder. build()
static @NotNull QuotePartsDef.SalesCommonFields
QuotePartsDef.SalesCommonFields. from(@NotNull Map<String,String> fields)
static @NotNull QuotePartsDef.SalesCommonFields
QuotePartsDef.SalesCommonFields. from(@NotNull Map<String,String> fields, @NotNull String fieldPrefix)
QuotePartsDef.SalesCommonFields
QuoteTypesDef.AllocationSalesQuote. getSalesCommonFields()
QuotePartsDef.SalesCommonFields
QuoteTypesDef.SalesBlockQuote. getSalesCommonFields()
QuotePartsDef.SalesCommonFields
QuoteTypesDef.SalesForwardQuote. getSalesCommonFields()
QuotePartsDef.SalesCommonFields
QuoteTypesDef.SalesSpotQuote. getSalesCommonFields()
QuotePartsDef.SalesCommonFields
QuoteTypesDef.SalesSwapQuote. getSalesCommonFields()
Methods in com.caplin.generated.motif.fx.rates with parameters of type QuotePartsDef.SalesCommonFields Modifier and Type Method Description @NotNull QuoteTypesDef.AllocationSalesQuote.Builder
QuoteTypesDef.AllocationSalesQuote.Builder. setSalesCommonFields(QuotePartsDef.SalesCommonFields salesCommonFields)
@NotNull QuoteTypesDef.SalesBlockQuote.Builder
QuoteTypesDef.SalesBlockQuote.Builder. setSalesCommonFields(QuotePartsDef.SalesCommonFields salesCommonFields)
@NotNull QuoteTypesDef.SalesForwardQuote.Builder
QuoteTypesDef.SalesForwardQuote.Builder. setSalesCommonFields(QuotePartsDef.SalesCommonFields salesCommonFields)
@NotNull QuoteTypesDef.SalesSpotQuote.Builder
QuoteTypesDef.SalesSpotQuote.Builder. setSalesCommonFields(QuotePartsDef.SalesCommonFields salesCommonFields)
@NotNull QuoteTypesDef.SalesSwapQuote.Builder
QuoteTypesDef.SalesSwapQuote.Builder. setSalesCommonFields(QuotePartsDef.SalesCommonFields salesCommonFields)
-