Uses of Interface
com.caplin.motif.fx.calendar.Callback
Packages that use Callback
Package
Description
Classes and interfaces relating to tenor dates and settlement dates.
-
Uses of Callback in com.caplin.motif.fx.calendar
Methods in com.caplin.motif.fx.calendar with parameters of type CallbackModifier and TypeMethodDescriptionvoidTenorCutoffProvider.getCutoffsForTenors(T subjectInfo, Set<Tenor> tenors, Callback<Map<Tenor, Boolean>> callback) Called by the API to provide tenor cutoff information.voidSettlementFixingDateProvider.getFixingDatesForSettlementDates(S subjectInfo, Set<String> settlementDates, Callback<Map<String, String>> callback) Called by the API to provide fixing dates for the settlement dates.voidNdfDateProvider.getFixingDatesForTenorDates(T subjectInfo, Map<Tenor, String> tenorDates, Callback<Map<Tenor, String>> callback) Called by the API to provide fixing dates for tenors.default voidNdfDateProvider.getFixingSources(T subjectInfo, Callback<List<String>> callback) Called by the API to provide fixing sources.voidNdfDateProvider.getMinimumTenorDate(T subjectInfo, Callback<String> callback) Returns the earliest allowed tenor date for the given information.default voidNdfDateProvider.getSettlementCurrencies(T subjectInfo, Callback<List<String>> callback) Called by the API to provide settlement currencies.voidCancellableSettlementDateRequestListener.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.voidCancellableTenorDateRequestListener.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.