Class UserMaturityDatesSubjectInfo

  • All Implemented Interfaces:
    SubjectInfo

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

      Constructors 
      Constructor Description
      UserMaturityDatesSubjectInfo​(java.lang.String subject, java.lang.String startDate, java.lang.String currency, java.lang.String year, java.lang.String month, java.lang.String username)
      Creates a UserMaturityDatesSubjectInfo with the given parameters.
    • Constructor Detail

      • UserMaturityDatesSubjectInfo

        public UserMaturityDatesSubjectInfo​(java.lang.String subject,
                                            java.lang.String startDate,
                                            java.lang.String currency,
                                            java.lang.String year,
                                            java.lang.String month,
                                            java.lang.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
    • Method Detail

      • getUsername

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