Class UserMaturityDatesSubjectInfo

All Implemented Interfaces:
SubjectInfo

public class UserMaturityDatesSubjectInfo extends MaturityDatesSubjectInfo
Class representation of the fields parsed from a User Maturity Dates Subject.
  • Constructor Details

    • UserMaturityDatesSubjectInfo

      public UserMaturityDatesSubjectInfo(String subject, String startDate, String currency, String year, String month, String username)
      Creates a UserMaturityDatesSubjectInfo with the given parameters.
      Parameters:
      subject - the subject
      startDate - the start date
      currency - the currency
      year - the year
      month - the month
      username - the username
    • UserMaturityDatesSubjectInfo

      public UserMaturityDatesSubjectInfo(String subject, String startDate, String currency, String year, String month, String username, String parameters)
      Creates a UserMaturityDatesSubjectInfo with the given parameters.
      Parameters:
      subject - the subject
      startDate - the start date
      currency - the currency
      year - the year
      month - the month
      username - the username
      parameters - Optional parameters for retrieving user maturity dates
  • Method Details

    • getUsername

      public String getUsername()
      Returns the currency parsed to create this MaturityTenorDatesSubjectInfo.
      Returns:
      the username