Package | Description |
---|---|
com.caplin.motif.fx.calendar |
Classes and interfaces relating to tenor dates and settlement dates.
|
Modifier and Type | Method and Description |
---|---|
void |
SettlementFixingDateProvider.getFixingDatesForSettlementDates(S subjectInfo,
Set<String> settlementDates,
Callback<Map<String,String>> callback)
Called by the API to provide fixing dates for the settlement dates.
|
void |
TenorFixingDateProvider.getFixingDatesForTenorDates(T subjectInfo,
Map<Tenor,String> tenorDates,
Callback<Map<Tenor,String>> callback)
Called by the API to provide fixing dates for tenors.
|
void |
CalendarRequestListener.getSettlementDates(Callback<Set<String>> callback,
String currencyPair,
String year,
String month)
Deprecated.
Called when a request for the valid settlement or business dates for the
specified currency pair, year and month.
|
void |
SettlementDateRequestListener.getSettlementDates(S subjectInfo,
Callback<Set<String>> callback)
Called when a request for the valid settlement or business dates for the
specified currency pair, year and month.
|
void |
CalendarRequestListener.getTenorDates(Callback<Map<Tenor,String>> callback,
String currencyPair)
Deprecated.
Called when a request for tenor dates for the specified currency pair is
made from the frontend.
|
void |
TenorDateRequestListener.getTenorDates(T subjectInfo,
Callback<Map<Tenor,String>> callback)
Called when a request for tenor dates for the specified currency pair is
made from the frontend.
|
Copyright © 2015 Caplin Systems.