Uses of Class
com.caplin.generated.motif.fx.rates.QuotePartsDef.CommonFields
-
Packages that use QuotePartsDef.CommonFields Package Description com.caplin.generated.motif.fx.book com.caplin.generated.motif.fx.rates -
-
Uses of QuotePartsDef.CommonFields in com.caplin.generated.motif.fx.book
Methods in com.caplin.generated.motif.fx.book that return QuotePartsDef.CommonFields Modifier and Type Method Description QuotePartsDef.CommonFields
BookTypesDef.BookLevel. getCommonFields()
Methods in com.caplin.generated.motif.fx.book with parameters of type QuotePartsDef.CommonFields Modifier and Type Method Description @NotNull BookTypesDef.BookLevel.Builder
BookTypesDef.BookLevel.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
-
Uses of QuotePartsDef.CommonFields in com.caplin.generated.motif.fx.rates
Methods in com.caplin.generated.motif.fx.rates that return QuotePartsDef.CommonFields Modifier and Type Method Description @NotNull QuotePartsDef.CommonFields
QuotePartsDef.CommonFields.Builder. build()
static @NotNull QuotePartsDef.CommonFields
QuotePartsDef.CommonFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields)
static @NotNull QuotePartsDef.CommonFields
QuotePartsDef.CommonFields. from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields, @NotNull java.lang.String fieldPrefix)
QuotePartsDef.CommonFields
QuoteTypesDef.AllocationQuote. getCommonFields()
QuotePartsDef.CommonFields
QuoteTypesDef.BlockQuote. getCommonFields()
QuotePartsDef.CommonFields
QuoteTypesDef.ForwardQuote. getCommonFields()
QuotePartsDef.CommonFields
QuoteTypesDef.SpotQuote. getCommonFields()
QuotePartsDef.CommonFields
QuoteTypesDef.SwapQuote. getCommonFields()
Methods in com.caplin.generated.motif.fx.rates with parameters of type QuotePartsDef.CommonFields Modifier and Type Method Description @NotNull QuoteTypesDef.AllocationQuote.Builder
QuoteTypesDef.AllocationQuote.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
@NotNull QuoteTypesDef.BlockQuote.Builder
QuoteTypesDef.BlockQuote.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
@NotNull QuoteTypesDef.ForwardQuote.Builder
QuoteTypesDef.ForwardQuote.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
@NotNull QuoteTypesDef.SpotQuote.Builder
QuoteTypesDef.SpotQuote.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
@NotNull QuoteTypesDef.SwapQuote.Builder
QuoteTypesDef.SwapQuote.Builder. setCommonFields(QuotePartsDef.CommonFields commonFields)
-