Interface SettlementActionClientFieldSet

All Superinterfaces:
LeggedMessage, Message
All Known Implementing Classes:
RequestTradeEvent, SettlementActionClientFieldSetChild

public interface SettlementActionClientFieldSet extends LeggedMessage
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The settlement action being performed (Confirm or GiveNotice).
    default String
    The unique ID of the trade the client wants to perform the settlement action on.

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

    getId, getIndex

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

    getField, getFields
  • Method Details

    • getAction

      default String getAction()
      The settlement action being performed (Confirm or GiveNotice).
    • getTradeID

      default String getTradeID()
      The unique ID of the trade the client wants to perform the settlement action on.