Interface AmendLegServerFieldSet


  • public interface AmendLegServerFieldSet
    • 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 setAllInAskMargin​(java.lang.Object value)
      This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
      default void setAllInBidMargin​(java.lang.Object value)
      This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
      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.
    • 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()
      • setAllInBidMargin

        default void setAllInBidMargin​(java.lang.Object value)
        This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
        Parameters:
        value - The value to be set passed by i18n
      • setAllInAskMargin

        default void setAllInAskMargin​(java.lang.Object value)
        This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
        Parameters:
        value - The value to be set passed by i18n
      • 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