Class UserTenorDateSubjectInfo

All Implemented Interfaces:
SubjectInfo
Direct Known Subclasses:
ToboTenorDateSubjectInfo

public class UserTenorDateSubjectInfo extends TenorDateSubjectInfo
  • Constructor Details

    • UserTenorDateSubjectInfo

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

      public UserTenorDateSubjectInfo(String subject, String currencyPair, String username, String parameters)
      Creates a TenorDateSubjectInfo with the given parameters.
      Parameters:
      subject - The subject.
      currencyPair - The currency pair.
      username - The username.
      parameters - Optional parameters for retrieving tenor dates
  • Method Details

    • getUsername

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