Class UserMaturityTenorDatesSubjectInfo

All Implemented Interfaces:
SubjectInfo

public class UserMaturityTenorDatesSubjectInfo extends MaturityTenorDatesSubjectInfo
Class representation of the fields parsed from a User Maturity Tenor Dates Subject.
  • Constructor Details

    • UserMaturityTenorDatesSubjectInfo

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

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

    • getUsername

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