Package com.caplin.motif.mm.calendar
Class UserMaturityTenorDatesSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.mm.calendar.MMSubjectInfo
com.caplin.motif.mm.calendar.MaturityTenorDatesSubjectInfo
com.caplin.motif.mm.calendar.UserMaturityTenorDatesSubjectInfo
- All Implemented Interfaces:
SubjectInfo
Class representation of the fields parsed from a User Maturity Tenor Dates Subject.
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionUserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username) Creates a UserMaturityTenorDateSubjectInfo with the given parameters.UserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username, String parameters) Creates a UserMaturityTenorDateSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the username parsed to create this UserMaturityTenorDateSubjectInfo.Methods inherited from class com.caplin.motif.mm.calendar.MaturityTenorDatesSubjectInfo
getCurrency, getStartDate, getSubjectMethods inherited from class com.caplin.motif.mm.calendar.MMSubjectInfo
getTradingTypeMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
UserMaturityTenorDatesSubjectInfo
public UserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username) Creates a UserMaturityTenorDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectstartDate- the start datecurrency- the currencyusername- the username
-
UserMaturityTenorDatesSubjectInfo
public UserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username, String parameters) Creates a UserMaturityTenorDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectstartDate- the start datecurrency- the currencyusername- the usernameparameters- Optional parameters for retrieving user maturity tenor dates
-
-
Method Details
-
getUsername
Returns the username parsed to create this UserMaturityTenorDateSubjectInfo.- Returns:
- the username
-