Package com.caplin.motif.fx.calendar
Class ToboSettlementDateSubjectInfo
java.lang.Object
com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
com.caplin.motif.fx.calendar.UserSettlementDateSubjectInfo
com.caplin.motif.fx.calendar.ToboSettlementDateSubjectInfo
- All Implemented Interfaces:
SubjectInfo
-
Constructor Summary
-
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
getUsername
Methods inherited from class com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
getCurrencyPair, getMonth, getSubject, getYear
-
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.
-
-
Method Details
-
getToboUsername
Returns the TOBO username that was parsed to create this ToboSettlementDateSubjectInfo.- Returns:
- The TOBO username.
-