Class UserSettlementDateSubjectInfo

java.lang.Object
com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
com.caplin.motif.fx.calendar.UserSettlementDateSubjectInfo
All Implemented Interfaces:
SubjectInfo
Direct Known Subclasses:
ToboSettlementDateSubjectInfo

public class UserSettlementDateSubjectInfo extends SettlementDateSubjectInfo
  • Constructor Details

    • UserSettlementDateSubjectInfo

      public UserSettlementDateSubjectInfo(String subject, String currencyPair, String year, String month, String username)
      Creates a SettlementDateSubjectInfo with the given parameters.
      Parameters:
      subject - The subject.
      currencyPair - The currency pair.
      year - The year.
      month - The month.
      username - The username.
  • Method Details

    • getUsername

      public String getUsername()
      Returns the username that was parsed to create this SalesSettlementDateSubjectInfo.
      Returns:
      The username.