Class UserTenorDateSubjectInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      UserTenorDateSubjectInfo​(java.lang.String subject, java.lang.String currencyPair, java.lang.String username)
      Creates a TenorDateSubjectInfo with the given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUsername()
      Returns the username that was parsed to create this SalesTenorDateSubjectInfo.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserTenorDateSubjectInfo

        public UserTenorDateSubjectInfo​(java.lang.String subject,
                                        java.lang.String currencyPair,
                                        java.lang.String username)
        Creates a TenorDateSubjectInfo with the given parameters.
        Parameters:
        subject - The subject.
        currencyPair - The currency pair.
        username - The username.
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Returns the username that was parsed to create this SalesTenorDateSubjectInfo.
        Returns:
        The username.