Class TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.tradedetails.TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder
-
- Enclosing class:
- TradeDetailsPartsDef.InterventionTradeDetailsFields
public static final class TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
addField
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setInterventionStatus
@Deprecated @NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setInterventionStatus(@NotNull @NotNull java.lang.String interventionStatus)
Deprecated.- Returns:
- Use the TradeStatus field instead
-
setTradeStatus
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setTradeStatus(@NotNull @NotNull java.lang.String tradeStatus)
- Parameters:
tradeStatus
- e.g. AWAITING-PRICE- Returns:
- The current status of the trade. Supported types are [AWAITING-TRADER, AWAITING-PRICE, PRICED, EXECUTING, CLOSED, REJECTED, ERRORED, COMPLETED]. CLOSED means the client cancelled the trade request, REJECTED indicates it was rejected by the dealer.
-
setDealable
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setDealable(boolean dealable)
- Returns:
- Whether a trade request can be picked up by a sales trader
-
setDealable
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setDealable(@NotNull @NotNull java.lang.String dealable)
- Returns:
- Whether a trade request can be picked up by a sales trader
-
setPricingMode
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setPricingMode(@NotNull @NotNull java.lang.String pricingMode)
- Parameters:
pricingMode
- e.g. AUTO- Returns:
- Whether the trade is being automatically or manually priced. Supported types are [AUTO, MANUAL]
-
setCanQuoteSpot
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanQuoteSpot(boolean canQuoteSpot)
- Returns:
- Determines if intervention quoting mode is available for the spot rate of this trade
-
setCanQuoteSpot
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanQuoteSpot(@NotNull @NotNull java.lang.String canQuoteSpot)
- Returns:
- Determines if intervention quoting mode is available for the spot rate of this trade
-
setCanQuoteForward
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanQuoteForward(boolean canQuoteForward)
- Returns:
- Determines if intervention quoting mode is available for the forward rate of this trade
-
setCanQuoteForward
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanQuoteForward(@NotNull @NotNull java.lang.String canQuoteForward)
- Returns:
- Determines if intervention quoting mode is available for the forward rate of this trade
-
setCanStreamSpot
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanStreamSpot(boolean canStreamSpot)
- Returns:
- Determines if intervention streaming mode is available for the spot rate of this trade
-
setCanStreamSpot
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanStreamSpot(@NotNull @NotNull java.lang.String canStreamSpot)
- Returns:
- Determines if intervention streaming mode is available for the spot rate of this trade
-
setCanStreamForward
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanStreamForward(boolean canStreamForward)
- Returns:
- Determines if intervention streaming mode is available for forward rate of this trade
-
setCanStreamForward
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCanStreamForward(@NotNull @NotNull java.lang.String canStreamForward)
- Returns:
- Determines if intervention streaming mode is available for forward rate of this trade
-
setCompetition
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCompetition(boolean competition)
- Returns:
- Whether a quote request is in competition. For example, true for quotes from an ECN and false for quotes from an SDP
-
setCompetition
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setCompetition(@NotNull @NotNull java.lang.String competition)
- Returns:
- Whether a quote request is in competition. For example, true for quotes from an ECN and false for quotes from an SDP
-
setPrimaryReason
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setPrimaryReason(@NotNull @NotNull java.lang.String primaryReason)
- Parameters:
primaryReason
- e.g. This trade exceeds the GFA- Returns:
- The headline reason that a trade requires intervention.
-
setReasons
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setReasons(@NotNull @NotNull java.lang.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.
-
setTradeRequestID
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setTradeRequestID(@NotNull @NotNull java.lang.String tradeRequestID)
- Returns:
- tradeRequestID
-
setSource
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setSource(@NotNull @NotNull java.lang.String source)
- Returns:
- The source of a quote request. The name or ID of an ECN, SDP or other channel
-
setIntervenerUsername
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setIntervenerUsername(@NotNull @NotNull java.lang.String intervenerUsername)
- Parameters:
intervenerUsername
- e.g. head_trader@novobank.co.za- Returns:
- The user who is currently intervening on and potentially pricing a trade.
-
setEntityDescription
@NotNull public @NotNull TradeDetailsPartsDef.InterventionTradeDetailsFields.Builder setEntityDescription(@NotNull @NotNull java.lang.String entityDescription)
- Parameters:
entityDescription
- e.g. Customer 1- Returns:
- The description of a trade on behalf of entity.
-
-