Class UserSettlementDateSubjectInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      UserSettlementDateSubjectInfo​(java.lang.String subject, java.lang.String currencyPair, java.lang.String year, java.lang.String month, java.lang.String username)
      Creates a SettlementDateSubjectInfo with the given parameters.
    • Constructor Detail

      • UserSettlementDateSubjectInfo

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

      • getUsername

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