Package com.caplin.motif.fx.calendar
Class ToboTenorDateSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.calendar.TenorDateSubjectInfo
-
- com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
-
- com.caplin.motif.fx.calendar.ToboTenorDateSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class ToboTenorDateSubjectInfo extends UserTenorDateSubjectInfo
-
-
Constructor Summary
Constructors Constructor Description ToboTenorDateSubjectInfo(java.lang.String subject, java.lang.String currencyPair, java.lang.String username, java.lang.String toboUsername)
Creates a TenorDateSubjectInfo with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getToboUsername()
Returns the TOBO username that was parsed to create this ToboTenorDateSubjectInfo.-
Methods inherited from class com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
getUsername
-
Methods inherited from class com.caplin.motif.fx.calendar.TenorDateSubjectInfo
getCurrencyPair, getSubject
-
-
-
-
Constructor Detail
-
ToboTenorDateSubjectInfo
public ToboTenorDateSubjectInfo(java.lang.String subject, java.lang.String currencyPair, java.lang.String username, java.lang.String toboUsername)
Creates a TenorDateSubjectInfo with the given parameters.- Parameters:
subject
- The subject.currencyPair
- The currency pair.username
- The username.toboUsername
- The TOBO username.
-
-