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