public interface SettlementFixingDateProvider<S extends SettlementDateSubjectInfo>
Modifier and Type | Method and Description |
---|---|
String |
getCaption(S subjectInfo)
Returns the caption for the currency pair provided in the subject info.
|
void |
getFixingDatesForSettlementDates(S subjectInfo,
Set<String> settlementDates,
Callback<Map<String,String>> callback)
Called by the API to provide fixing dates for the settlement dates.
|
boolean |
hasFixingDates(S subjectInfo)
Return true or false if the subject info, which also contains the currency pair, has fixing dates
for that currency pair's settlement dates.
|
void getFixingDatesForSettlementDates(S subjectInfo, Set<String> settlementDates, Callback<Map<String,String>> callback)
subjectInfo
- The subject info for the Settlement Dates request.settlementDates
- The set of settlement dates, provided earlier.callback
- The callback which should be called with a map of settlement dates to fixing dates.boolean hasFixingDates(S subjectInfo)
subjectInfo
- The subject info for a settlement date request.String getCaption(S subjectInfo)
subjectInfo
- The subject info for the settlement date request.Copyright © 2015 Caplin Systems.