Class TenorDateSubjectInfo

    • Constructor Detail

      • TenorDateSubjectInfo

        public TenorDateSubjectInfo​(String subject,
                                    String currencyPair)
        Creates a TenorDateSubjectInfo with the given parameters.
        Parameters:
        subject - The subject.
        currencyPair - The currency pair.
    • 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 TenorDateSubjectInfo
        Returns:
        The currency pair.