Uses of Class
com.caplin.motif.fx.calendar.TenorDateSubjectInfo
-
Packages that use TenorDateSubjectInfo Package Description com.caplin.motif.fx.calendar Classes and interfaces relating to tenor dates and settlement dates. -
-
Uses of TenorDateSubjectInfo in com.caplin.motif.fx.calendar
Classes in com.caplin.motif.fx.calendar with type parameters of type TenorDateSubjectInfo Modifier and Type Interface Description interface
CancellableTenorDateRequestListener<T extends TenorDateSubjectInfo>
A TenorDateRequestListener provides an interface to a calendar service which can provide tenor dates for the frontend.interface
NdfDateProvider<T extends TenorDateSubjectInfo>
interface
TenorCutoffProvider<T extends TenorDateSubjectInfo>
interface
TenorDateProvider<T extends TenorDateSubjectInfo>
interface
TenorDateRequestListener<T extends TenorDateSubjectInfo>
A TenorDateRequestListener provides an interface to a calendar service which can provide tenor dates for the frontend.Subclasses of TenorDateSubjectInfo in com.caplin.motif.fx.calendar Modifier and Type Class Description class
ToboTenorDateSubjectInfo
class
UserTenorDateSubjectInfo
Methods in com.caplin.motif.fx.calendar with type parameters of type TenorDateSubjectInfo Modifier and Type Method Description <T extends TenorDateSubjectInfo>
TenorDateProvider<T>FXCalendarAdapter. registerTenorDateProvider(TenorDateRequestListener<T> listener, com.caplin.datasource.namespace.Namespace namespace, SubjectParser<T> subjectParser)
Used to register a provider of tenor dates that responds to non-standard subjects.Methods in com.caplin.motif.fx.calendar that return types with arguments of type TenorDateSubjectInfo Modifier and Type Method Description TenorDateProvider<TenorDateSubjectInfo>
FXCalendarAdapter. registerTenorDateProvider(TenorDateRequestListener<TenorDateSubjectInfo> listener)
Used to register a provider of tenor dates that responds to requested subjects of the standard form:Method parameters in com.caplin.motif.fx.calendar with type arguments of type TenorDateSubjectInfo Modifier and Type Method Description TenorDateProvider<TenorDateSubjectInfo>
FXCalendarAdapter. registerTenorDateProvider(TenorDateRequestListener<TenorDateSubjectInfo> listener)
Used to register a provider of tenor dates that responds to requested subjects of the standard form:
-