Interface SalesInterventionQuoteLegServerFieldSet


public interface SalesInterventionQuoteLegServerFieldSet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addField(String fieldName, Object value)
    Adds a field to this event
    default void
    This field represents the Forward margin that the sales user has selected.
    default void
    This field represents the Forward margin that the sales user has selected.
    default void
    For forward trades this is the forward points that the client wants to trade on.
    default void
    For forward trades this is the forward points that the client wants to trade on.
  • Method Details

    • addField

      void addField(String fieldName, Object value)
      Adds a field to this event
      Parameters:
      fieldName - The name of the field to add.
      value - The value of the field to add. If the value is a BigDecimal then it will be converted to a String using BigDecimal.toPlainString()
    • setFwdBidMargin

      default void setFwdBidMargin(Object value)
      This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
      Parameters:
      value - The value to be set passed by i18n
    • setFwdAskMargin

      default void setFwdAskMargin(Object value)
      This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
      Parameters:
      value - The value to be set passed by i18n
    • setTraderFwdBidPoints

      default void setTraderFwdBidPoints(Object value)
      For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.
      Parameters:
      value - The value to be set passed by i18n
    • setTraderFwdAskPoints

      default void setTraderFwdAskPoints(Object value)
      For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.
      Parameters:
      value - The value to be set passed by i18n