Class QuotePartsDef.SwapQuoteFields
java.lang.Object
com.caplin.generated.motif.fx.rates.QuotePartsDef.SwapQuoteFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- QuotePartsDef
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuotePartsDef.SwapQuoteFields
static @NotNull QuotePartsDef.SwapQuoteFields
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable String
Deprecated.@Nullable BigDecimal
@Nullable String
Deprecated.@Nullable BigDecimal
@Nullable BigDecimal
static @NotNull QuotePartsDef.SwapQuoteFields.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
-
getSwapAskPoints
- Returns:
- swapAskPoints e.g. 0.004934
-
getSwapBidPoints
- Returns:
- swapBidPoints e.g. 0.004171
-
getSwapMidPoints
- Returns:
- swapMidPoints e.g. 0.004553
-
getSwapAskPips
Deprecated.- Returns:
- swapAskPips e.g. 49.34
-
getSwapBidPips
Deprecated.- Returns:
- swapBidPips e.g. 41.71
-
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 QuotePartsDef.SwapQuoteFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull QuotePartsDef.SwapQuoteFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-