Class SettlementDateSubjectInfo

    • Constructor Detail

      • SettlementDateSubjectInfo

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

      • 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.
      • getCurrencyPair

        public String getCurrencyPair()
        Returns the currency pair that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The currency pair.
      • getYear

        public String getYear()
        Returns the year that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The year.
      • getMonth

        public String getMonth()
        Returns the month that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The month.