Interface MMPostTradeSubmissionServerFieldSet


public interface MMPostTradeSubmissionServerFieldSet
  • 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()
    • setPrincipalAmount

      default void setPrincipalAmount(Object value)
      The amount being requested for post trade
      Parameters:
      value - The value to be set passed by i18n
    • setStartDate

      default void setStartDate(Object value)
      In ISO-8601 format, i.e. YYYY-MM-DD
      Parameters:
      value - The value to be set passed by i18n
    • setStartTenor

      default void setStartTenor(Object value)
      The tenor of the start date e.g. SPOT
      Parameters:
      value - The value to be set passed by i18n
    • setMaturityDate

      default void setMaturityDate(Object value)
      In ISO-8601 format, i.e. YYYY-MM-DD
      Parameters:
      value - The value to be set passed by i18n
    • setMaturityTenor

      default void setMaturityTenor(Object value)
      The tenor of the maturity date e.g. 1W
      Parameters:
      value - The value to be set passed by i18n