Interface RFSSubmissionServerFieldSet


  • public interface RFSSubmissionServerFieldSet
    • 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()
      • setBuySell

        @Deprecated
        default void setBuySell​(Object value)
        Deprecated.
        deprecated: Prefer OneWayDirection - If the user is requesting a one way price, which direction should it be, BUY or SELL
        Parameters:
        value - The value to be set passed by i18n
      • setOneWayDirection

        default void setOneWayDirection​(Object value)
        If the user is requesting a one way price, which direction should it be, BUY or SELL
        Parameters:
        value - The value to be set passed by i18n