Interface ESPSubmissionServerFieldSet


public interface ESPSubmissionServerFieldSet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addField(String fieldName, Object value)
    Adds a field to this event
    default void
    The location of the client performing the NDF trade
    default void
    The settlement currency of the NDF trade
  • 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()
    • setLocationType

      default void setLocationType(Object value)
      The location of the client performing the NDF trade
      Parameters:
      value - The value to be set passed by i18n
    • setSettlementCurrency

      default void setSettlementCurrency(Object value)
      The settlement currency of the NDF trade
      Parameters:
      value - The value to be set passed by i18n