Class QuoteTypesDef.SwapQuote
java.lang.Object
com.caplin.generated.motif.fx.rates.QuoteTypesDef.SwapQuote
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- QuoteTypesDef
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuoteTypesDef.SwapQuote
static @NotNull QuoteTypesDef.SwapQuote
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> static @NotNull QuoteTypesDef.SwapQuote.Builder
@NotNull String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
Method Details
-
getCommonFields
- Returns:
- commonFields
-
getNearLegFields
- Returns:
- nearLegFields
-
getFarLegFields
- Returns:
- farLegFields
-
getSwapFields
- Returns:
- swapFields
-
getFields
-
getFieldFlags
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
toString
-
from
@NotNull public static @NotNull QuoteTypesDef.SwapQuote from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull QuoteTypesDef.SwapQuote from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-