Package com.caplin.motif.fx.calendar
Class UserTenorDateSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.fx.calendar.TenorDateSubjectInfo
com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
ToboTenorDateSubjectInfo
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionUserTenorDateSubjectInfo(String subject, String currencyPair, String username) Creates a TenorDateSubjectInfo with the given parameters.UserTenorDateSubjectInfo(String subject, String currencyPair, String username, String parameters) Creates a TenorDateSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the username that was parsed to create this SalesTenorDateSubjectInfo.Methods inherited from class com.caplin.motif.fx.calendar.TenorDateSubjectInfo
getCurrencyPair, getLocationType, getSubjectMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
UserTenorDateSubjectInfo
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
Returns the username that was parsed to create this SalesTenorDateSubjectInfo.- Returns:
- The username.
-