Class QuotePartsDef.SalesCommonFields.Builder
java.lang.Object
com.caplin.generated.motif.fx.rates.QuotePartsDef.SalesCommonFields.Builder
- Enclosing class:
- QuotePartsDef.SalesCommonFields
-
Method Summary
Modifier and TypeMethodDescription@NotNull QuotePartsDef.SalesCommonFields
build()
setComponent1
(@NotNull QuotePartsDef.SalesSyntheticComponentFields component1) setComponent2
(@NotNull QuotePartsDef.SalesSyntheticComponentFields component2) setDefaultSpotAskMargin
(@NotNull String defaultSpotAskMargin) setDefaultSpotAskMargin
(@NotNull BigDecimal defaultSpotAskMargin) setDefaultSpotBidMargin
(@NotNull String defaultSpotBidMargin) setDefaultSpotBidMargin
(@NotNull BigDecimal defaultSpotBidMargin) setForceManual
(boolean forceManual) setForceManual
(@NotNull String forceManual) setProfitAskRate
(@NotNull String profitAskRate) setProfitAskRate
(@NotNull BigDecimal profitAskRate) setProfitBidRate
(@NotNull String profitBidRate) setProfitBidRate
(@NotNull BigDecimal profitBidRate) setProfitCurrency
(@NotNull String profitCurrency) setProfitCurrencyDPS
(int profitCurrencyDPS) setProfitCurrencyDPS
(@NotNull String profitCurrencyDPS) setProfitIsHouse
(boolean profitIsHouse) setProfitIsHouse
(@NotNull String profitIsHouse) setReasons
(@NotNull DisplayFields reasons) setReasons
(@NotNull String reasons) setSyntheticCrossCurrency
(@NotNull String syntheticCrossCurrency) setTraderSpotAskRate
(@NotNull String traderSpotAskRate) setTraderSpotAskRate
(@NotNull BigDecimal traderSpotAskRate) setTraderSpotBidRate
(@NotNull String traderSpotBidRate) setTraderSpotBidRate
(@NotNull BigDecimal traderSpotBidRate) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setTraderSpotBidRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setTraderSpotBidRate(@NotNull @NotNull BigDecimal traderSpotBidRate) - Parameters:
traderSpotBidRate
- e.g. 1.08575- Returns:
- This field represents the spot bid rate with no client margin applied to it.
-
setTraderSpotBidRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setTraderSpotBidRate(@NotNull @NotNull String traderSpotBidRate) - Parameters:
traderSpotBidRate
- e.g. 1.08575- Returns:
- This field represents the spot bid rate with no client margin applied to it.
-
setTraderSpotAskRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setTraderSpotAskRate(@NotNull @NotNull BigDecimal traderSpotAskRate) - Parameters:
traderSpotAskRate
- e.g. 1.08575- Returns:
- This field represents the spot ask rate with no client margin applied to it.
-
setTraderSpotAskRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setTraderSpotAskRate(@NotNull @NotNull String traderSpotAskRate) - Parameters:
traderSpotAskRate
- e.g. 1.08575- Returns:
- This field represents the spot ask rate with no client margin applied to it.
-
setDefaultSpotBidMargin
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setDefaultSpotBidMargin(@NotNull @NotNull BigDecimal defaultSpotBidMargin) - Parameters:
defaultSpotBidMargin
- e.g. 0.00054- Returns:
- This field represents the default margin to be applied to the SpotBidRate. It should be sent as an unformatted, raw value.
-
setDefaultSpotBidMargin
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setDefaultSpotBidMargin(@NotNull @NotNull String defaultSpotBidMargin) - Parameters:
defaultSpotBidMargin
- e.g. 0.00054- Returns:
- This field represents the default margin to be applied to the SpotBidRate. It should be sent as an unformatted, raw value.
-
setDefaultSpotAskMargin
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setDefaultSpotAskMargin(@NotNull @NotNull BigDecimal defaultSpotAskMargin) - Parameters:
defaultSpotAskMargin
- e.g. 0.00054- Returns:
- This field represents the default margin to be applied to the SpotAskRate. It should be sent as an unformatted, raw value.
-
setDefaultSpotAskMargin
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setDefaultSpotAskMargin(@NotNull @NotNull String defaultSpotAskMargin) - Parameters:
defaultSpotAskMargin
- e.g. 0.00054- Returns:
- This field represents the default margin to be applied to the SpotAskRate. It should be sent as an unformatted, raw value.
-
setProfitCurrency
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitCurrency(@NotNull @NotNull String profitCurrency) - Parameters:
profitCurrency
- e.g. USD- Returns:
- The profit currency that the ProfitBidRate is being provided for.
-
setProfitCurrencyDPS
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitCurrencyDPS(int profitCurrencyDPS) - Parameters:
profitCurrencyDPS
- e.g. 5- Returns:
- The number of decimal places that should be used for formatting the amount in profit currency field.
-
setProfitCurrencyDPS
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitCurrencyDPS(@NotNull @NotNull String profitCurrencyDPS) - Parameters:
profitCurrencyDPS
- e.g. 5- Returns:
- The number of decimal places that should be used for formatting the amount in profit currency field.
-
setProfitIsHouse
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitIsHouse(boolean profitIsHouse) - Returns:
- Whether the field ProfitCurrency is the system/house currency or not.
-
setProfitIsHouse
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitIsHouse(@NotNull @NotNull String profitIsHouse) - Returns:
- Whether the field ProfitCurrency is the system/house currency or not.
-
setProfitBidRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitBidRate(@NotNull @NotNull BigDecimal profitBidRate) - Parameters:
profitBidRate
- e.g. 1.091790- Returns:
- The conversion rate between the contra currency and the profit currency. This can be used for entering profit in an amount of settlement currency.
-
setProfitBidRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitBidRate(@NotNull @NotNull String profitBidRate) - Parameters:
profitBidRate
- e.g. 1.091790- Returns:
- The conversion rate between the contra currency and the profit currency. This can be used for entering profit in an amount of settlement currency.
-
setProfitAskRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitAskRate(@NotNull @NotNull BigDecimal profitAskRate) - Parameters:
profitAskRate
- e.g. 1.090098- Returns:
- The conversion rate between the contra currency and the profit currency. This can be used for entering profit in an amount of settlement currency.
-
setProfitAskRate
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setProfitAskRate(@NotNull @NotNull String profitAskRate) - Parameters:
profitAskRate
- e.g. 1.090098- Returns:
- The conversion rate between the contra currency and the profit currency. This can be used for entering profit in an amount of settlement currency.
-
setReasons
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setReasons(@NotNull @NotNull String reasons) - Returns:
- A JSON structure containing all the reasons and information about why the trade requires intervention. Please see the Sales Intervention Reasons documentation on the website for more information.
-
setReasons
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setReasons(@NotNull @NotNull DisplayFields reasons) - Returns:
- A JSON structure containing all the reasons and information about why the trade requires intervention. Please see the Sales Intervention Reasons documentation on the website for more information.
-
setSyntheticCrossCurrency
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setSyntheticCrossCurrency(@NotNull @NotNull String syntheticCrossCurrency) - Parameters:
syntheticCrossCurrency
- e.g. GBP- Returns:
- The common currency of each synthetic component.
-
setForceManual
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setForceManual(boolean forceManual) - Returns:
- If this field is set to true then the Sales RFS ticket should be forced into manual pricing mode. If not specified, the default is false.
-
setForceManual
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setForceManual(@NotNull @NotNull String forceManual) - Returns:
- If this field is set to true then the Sales RFS ticket should be forced into manual pricing mode. If not specified, the default is false.
-
setComponent1
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setComponent1(@NotNull @NotNull QuotePartsDef.SalesSyntheticComponentFields component1) - Returns:
- component1
-
setComponent2
@NotNull public @NotNull QuotePartsDef.SalesCommonFields.Builder setComponent2(@NotNull @NotNull QuotePartsDef.SalesSyntheticComponentFields component2) - Returns:
- component2
-