Uses of Class
com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
-
Packages that use UserTenorDateSubjectInfo Package Description com.caplin.motif.fx.calendar Classes and interfaces relating to tenor dates and settlement dates. -
-
Uses of UserTenorDateSubjectInfo in com.caplin.motif.fx.calendar
Subclasses of UserTenorDateSubjectInfo in com.caplin.motif.fx.calendar Modifier and Type Class Description class
ToboTenorDateSubjectInfo
Methods in com.caplin.motif.fx.calendar with type parameters of type UserTenorDateSubjectInfo Modifier and Type Method Description <T extends UserTenorDateSubjectInfo>
TenorDateProvider<T>FXCalendarAdapter. registerUserTenorDateProvider(CancellableTenorDateRequestListener<T> listener, com.caplin.datasource.namespace.Namespace namespace, SubjectParser subjectParser)
Used to register a provider of user specific tenor dates that responds to non-standard subjects.Methods in com.caplin.motif.fx.calendar that return types with arguments of type UserTenorDateSubjectInfo Modifier and Type Method Description TenorDateProvider<UserTenorDateSubjectInfo>
FXCalendarAdapter. registerUserTenorDateProvider(CancellableTenorDateRequestListener<UserTenorDateSubjectInfo> listener)
Used to register a provider of user specific tenor dates that responds to requested subjects of the standard form:Method parameters in com.caplin.motif.fx.calendar with type arguments of type UserTenorDateSubjectInfo Modifier and Type Method Description TenorDateProvider<UserTenorDateSubjectInfo>
FXCalendarAdapter. registerUserTenorDateProvider(CancellableTenorDateRequestListener<UserTenorDateSubjectInfo> listener)
Used to register a provider of user specific tenor dates that responds to requested subjects of the standard form:
-