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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuotePartsDef.SalesSwapQuoteFieldsstatic @NotNull QuotePartsDef.SalesSwapQuoteFields@Nullable BigDecimal@Nullable BigDecimal@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable BigDecimal@Nullable BigDecimalstatic @NotNull QuotePartsDef.SalesSwapQuoteFields.Builder@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getFieldFlagsin interfaceBuilderMessage- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFieldsin 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
-