Package com.caplin.motif.mm.calendar
Class UserStartDatesSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.mm.calendar.MMSubjectInfo
com.caplin.motif.mm.calendar.StartDatesSubjectInfo
com.caplin.motif.mm.calendar.UserStartDatesSubjectInfo
- All Implemented Interfaces:
SubjectInfo
Class representation of the fields parsed from a User Start Dates Subject.
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionUserStartDatesSubjectInfo(String subject, String currency, String year, String month, String username) Creates a UserStartDateSubjectInfo with the given parameters.UserStartDatesSubjectInfo(String subject, String currency, String year, String month, String username, String parameters) Creates a UserStartDateSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the username parsed to create this UserStartDateSubjectInfo.Methods inherited from class com.caplin.motif.mm.calendar.StartDatesSubjectInfo
getCurrency, getMonth, getSubject, getYearMethods inherited from class com.caplin.motif.mm.calendar.MMSubjectInfo
getTradingTypeMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
UserStartDatesSubjectInfo
public UserStartDatesSubjectInfo(String subject, String currency, String year, String month, String username) Creates a UserStartDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyyear- the yearmonth- the monthusername- the username
-
UserStartDatesSubjectInfo
public UserStartDatesSubjectInfo(String subject, String currency, String year, String month, String username, String parameters) Creates a UserStartDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyyear- the yearmonth- the monthusername- the usernameparameters- Optional parameters for retrieving user start dates
-
-
Method Details
-
getUsername
Returns the username parsed to create this UserStartDateSubjectInfo.- Returns:
- the username
-