Interface DrawdownSubmissionLegClientFieldSet

All Superinterfaces:
LeggedMessage, Message
All Known Implementing Classes:
DrawdownSubmissionLegClientFieldSetChild

public interface DrawdownSubmissionLegClientFieldSet extends LeggedMessage
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The amount to trade, specified in the dealt currency.
    default String
    The settlement date for the trade, in ISO format (only support standard settlement dates) Example value: 20160515
    default String
    Tenor the settlement date falls on example='1M'.

    Methods inherited from interface com.caplin.motif.datasource.LeggedMessage

    getId, getIndex

    Methods inherited from interface com.caplin.motif.datasource.Message

    getField, getFields
  • Method Details

    • getAmount

      default String getAmount()
      The amount to trade, specified in the dealt currency. Example value: 50000
    • getSettlementDate

      default String getSettlementDate()
      The settlement date for the trade, in ISO format (only support standard settlement dates) Example value: 20160515
    • getTenor

      default String getTenor()
      Tenor the settlement date falls on example='1M'. 'broken' indicates that the settlement date does not fall onto a tenor.