Class QuotePartsDef.SalesSwapQuoteFields
java.lang.Object
com.caplin.generated.motif.fx.rates.QuotePartsDef.SalesSwapQuoteFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- QuotePartsDef
public static final class QuotePartsDef.SalesSwapQuoteFields
extends Object
implements BuilderMessage
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuotePartsDef.SalesSwapQuoteFields
static @NotNull QuotePartsDef.SalesSwapQuoteFields
@Nullable BigDecimal
@Nullable BigDecimal
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable BigDecimal
@Nullable BigDecimal
static @NotNull QuotePartsDef.SalesSwapQuoteFields.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
-
getTraderSwapAskPoints
- Returns:
- The swap ask points with no client margins applied to them.
-
getDefaultSwapAskMargin
- Returns:
- The default swap margin to be applied to the ask side: L1_DefaultFwdBidMargin + L2_DefaultFwdAskMargin
-
getTraderSwapBidPoints
- Returns:
- The swap bid points with no client margins applied to them.
-
getDefaultSwapBidMargin
- Returns:
- The default swap margin to be applied to the bid side: L1_DefaultFwdAskMargin + L2_DefaultFwdBidMargin
-
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.SalesSwapQuoteFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull QuotePartsDef.SalesSwapQuoteFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-