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
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull QuotePartsDef.SalesLegFields
static @NotNull QuotePartsDef.SalesLegFields
@Nullable BigDecimal
@Nullable BigDecimal
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable BigDecimal
@Nullable BigDecimal
@Nullable BigDecimal
@Nullable BigDecimal
static @NotNull QuotePartsDef.SalesLegFields.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
-
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.
-
getComponent1
- Returns:
- component1
-
getComponent2
- Returns:
- component2
-
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.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
-