Package com.caplin.motif.mm.calendar
Class UserStartTenorDatesSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.mm.calendar.MMSubjectInfo
com.caplin.motif.mm.calendar.StartTenorDatesSubjectInfo
com.caplin.motif.mm.calendar.UserStartTenorDatesSubjectInfo
- All Implemented Interfaces:
SubjectInfo
Class representation of the fields parsed from a User Start Tenor Dates Subject.
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionUserStartTenorDatesSubjectInfo(String subject, String currency, String username) Creates a UserStartTenorDateSubjectInfo with the given parameters.UserStartTenorDatesSubjectInfo(String subject, String currency, String username, String parameters) Creates a UserStartTenorDateSubjectInfo with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the username parsed to create this UserStartTenorDateSubjectInfo.Methods inherited from class com.caplin.motif.mm.calendar.StartTenorDatesSubjectInfo
getCurrency, getSubjectMethods inherited from class com.caplin.motif.mm.calendar.MMSubjectInfo
getTradingTypeMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
Constructor Details
-
UserStartTenorDatesSubjectInfo
Creates a UserStartTenorDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyusername- the username
-
UserStartTenorDatesSubjectInfo
public UserStartTenorDatesSubjectInfo(String subject, String currency, String username, String parameters) Creates a UserStartTenorDateSubjectInfo with the given parameters.- Parameters:
subject- the subjectcurrency- the currencyusername- the username
-
-
Method Details
-
getUsername
Returns the username parsed to create this UserStartTenorDateSubjectInfo.- Returns:
- the username
-