Class QuotePartsDef.SalesLegFields
java.lang.Object
com.caplin.generated.motif.fx.rates.QuotePartsDef.SalesLegFields
- All Implemented Interfaces:
BuilderMessage,Message
- Enclosing class:
- QuotePartsDef
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuotePartsDef.SalesLegFieldsstatic @NotNull QuotePartsDef.SalesLegFields@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable String@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimalstatic @NotNull QuotePartsDef.SalesLegFields.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
-
getTraderAllInBidRate
- Returns:
- This field represents the all-in bid rate, with no client margin applied to it
-
getTraderFwdBidPoints
- Returns:
- This field represents the forward bid points with no client margin applied to them.
-
getDefaultFwdBidMargin
- Returns:
- This field represents the default margin to be applied to the L1_TraderFwdBidPoints. It should be sent as an unformatted, raw value.
-
getTraderAllInAskRate
- Returns:
- This field represents the all-in ask rate, with no client margin applied to it
-
getTraderFwdAskPoints
- Returns:
- This field represents the forward ask points with no client margin applied to them.
-
getDefaultFwdAskMargin
- Returns:
- This field represents the default margin to be applied to the L1_TraderFwdAskPoints. It should be sent as an unformatted, raw value.
-
getReferenceFwdBidPoints
- Returns:
- This field represents the reference fwd bid points with no client margin applied to it.
-
getReferenceFwdAskPoints
- Returns:
- This field represents the reference fwd ask points with no client margin applied to it.
-
getXVABidAmount
- Returns:
- The XVA bid amount. XVA refers to a combined value representing valuation adjustments beyond the basic bid/ask spread.
-
getXVAAskAmount
- Returns:
- The XVA ask amount
-
getXVABidPoints
- Returns:
- The XVA bid points value
-
getXVAAskPoints
- Returns:
- The XVA ask points value
-
getBidDiscountFactor
- Returns:
- The bid discount factor value
-
getAskDiscountFactor
- Returns:
- The ask discount factor value
-
getFwdPriceMode
- Returns:
- Indicates whether the Fwd values provided by the pricing engine have been automatically or manually priced. Enum of: MANUAL, AUTO
-
getComponent1
- Returns:
- component1
-
getComponent2
- Returns:
- component2
-
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.SalesLegFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull QuotePartsDef.SalesLegFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-