Interface SalesInterventionQuoteLegServerFieldSet


  • public interface SalesInterventionQuoteLegServerFieldSet
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void addField​(java.lang.String fieldName, java.lang.Object value)
      Adds a field to this event
      default void setFwdAskMargin​(java.lang.Object value)
      This field represents the Forward margin that the sales user has selected.
      default void setFwdBidMargin​(java.lang.Object value)
      This field represents the Forward margin that the sales user has selected.
      default void setTraderFwdAskPoints​(java.lang.Object value)
      For forward trades this is the forward points that the client wants to trade on.
      default void setTraderFwdBidPoints​(java.lang.Object value)
      For forward trades this is the forward points that the client wants to trade on.
    • Method Detail

      • addField

        void addField​(java.lang.String fieldName,
                      java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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