Interface AmendLegServerFieldSet


public interface AmendLegServerFieldSet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addField(String fieldName, Object value)
    Adds a field to this event
    default void
    This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
    default void
    This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
    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.
  • 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()
    • setAllInBidMargin

      default void setAllInBidMargin(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(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(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