Interface AmendServerFieldSet


  • public interface AmendServerFieldSet
    • Method Detail

      • 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()
      • setSpotBidMargin

        default void setSpotBidMargin​(Object value)
        This field represents the spot margin that the sales user has selected. It should be sent as a raw value, and unformatted.
        Parameters:
        value - The value to be set passed by i18n
      • setSpotAskMargin

        default void setSpotAskMargin​(Object value)
        This field represents the spot margin that the sales user has selected. It should be sent as a raw value, and unformatted.
        Parameters:
        value - The value to be set passed by i18n
      • setSwapBidMargin

        default void setSwapBidMargin​(Object value)
        This field represents the swap margin to be applied to the bid side: L*_FwdAskMargin + L2_FwdBidMargin.
        Parameters:
        value - The value to be set passed by i18n
      • setSwapAskMargin

        default void setSwapAskMargin​(Object value)
        This field represents the swap margin to be applied to the bid side: L*_FwdAskMargin + L2_FwdBidMargin.
        Parameters:
        value - The value to be set passed by i18n