Package com.caplin.motif.fx.calendar
Class ToboTenorDateSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.fx.calendar.TenorDateSubjectInfo
com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
com.caplin.motif.fx.calendar.ToboTenorDateSubjectInfo
- All Implemented Interfaces:
SubjectInfo
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionToboTenorDateSubjectInfo(String subject, String currencyPair, String username, String toboUsername) Creates a TenorDateSubjectInfo with the given parameters.ToboTenorDateSubjectInfo(String subject, String currencyPair, String username, String toboUsername, String parameters) Creates a TenorDateSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the TOBO username that was parsed to create this ToboTenorDateSubjectInfo.Methods inherited from class com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
getUsernameMethods inherited from class com.caplin.motif.fx.calendar.TenorDateSubjectInfo
getCurrencyPair, getLocationType, getSubjectMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
ToboTenorDateSubjectInfo
public ToboTenorDateSubjectInfo(String subject, String currencyPair, String username, String toboUsername) Creates a TenorDateSubjectInfo with the given parameters.- Parameters:
subject- The subject.currencyPair- The currency pair.username- The username.toboUsername- The TOBO username.
-
ToboTenorDateSubjectInfo
public ToboTenorDateSubjectInfo(String subject, String currencyPair, String username, String toboUsername, String parameters) Creates a TenorDateSubjectInfo with the given parameters.- Parameters:
subject- The subject.currencyPair- The currency pair.username- The username.toboUsername- The TOBO username.parameters- Optional parameters for retrieving tenor dates
-
-
Method Details
-
getToboUsername
Returns the TOBO username that was parsed to create this ToboTenorDateSubjectInfo.- Returns:
- The TOBO username.
-