Class SettlementInstructionsMandatorySubjectInfo

java.lang.Object
com.caplin.motif.fx.trading.settlement.SettlementInstructionsMandatorySubjectInfo
All Implemented Interfaces:
SubjectInfo
Direct Known Subclasses:
EntitySettlementInstructionsMandatorySubjectInfo, SalesSettlementInstructionsMandatorySubjectInfo

public class SettlementInstructionsMandatorySubjectInfo extends Object implements SubjectInfo
  • Constructor Details

    • SettlementInstructionsMandatorySubjectInfo

      public SettlementInstructionsMandatorySubjectInfo(String subject, String user, String currencyPair, String date)
  • Method Details

    • getSubject

      public String getSubject()
      Description copied from interface: SubjectInfo
      Returns the original subject that was parsed to create this SubjectInfo
      Specified by:
      getSubject in interface SubjectInfo
      Returns:
      The original subject.
    • getUser

      public String getUser()
    • getCurrencyPair

      public String getCurrencyPair()
    • getDate

      public String getDate()