Package com.caplin.motif.mm.calendar
Class StartDatesSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.mm.calendar.MMSubjectInfo
com.caplin.motif.mm.calendar.StartDatesSubjectInfo
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
UserStartDatesSubjectInfo
Class representation of the fields parsed from an Start Dates Subject.
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionStartDatesSubjectInfo(String subject, String currency, String year, String month) Creates a StartDatesSubjectInfo with the given parameters.StartDatesSubjectInfo(String subject, String currency, String year, String month, String parameters) Creates a StartDatesSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the currency parsed to create this StartDatesSubjectInfo.getMonth()Returns the month parsed to create this StartDatesSubjectInfo.Returns the original subject that was parsed to create this SubjectInfogetYear()Returns the year parsed to create this StartDatesSubjectInfo.Methods inherited from class com.caplin.motif.mm.calendar.MMSubjectInfo
getTradingTypeMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
StartDatesSubjectInfo
Creates a StartDatesSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyyear- the yearmonth- the month
-
StartDatesSubjectInfo
public StartDatesSubjectInfo(String subject, String currency, String year, String month, String parameters) Creates a StartDatesSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyyear- the yearmonth- the monthparameters- Optional parameters for retrieving start dates
-
-
Method Details
-
getSubject
Description copied from interface:SubjectInfoReturns the original subject that was parsed to create this SubjectInfo- Returns:
- The original subject.
-
getCurrency
Returns the currency parsed to create this StartDatesSubjectInfo.- Returns:
- the currency
-
getYear
Returns the year parsed to create this StartDatesSubjectInfo.- Returns:
- the year
-
getMonth
Returns the month parsed to create this StartDatesSubjectInfo.- Returns:
- the month
-