public interface CurrencyDirectory
Example: Getting the jDTAUS Banking SPI implementation.
CurrencyDirectory directory = (CurrencyDirectory) ContainerFactory.getContainer(). getObject( CurrencyDirectory.class );
Container
Modifier and Type | Method and Description |
---|---|
Currency[] |
getDtausCurrencies(Date date)
Gets all DTAUS currencies known to the directory for a given date.
|
Currency[] getDtausCurrencies(Date date)
date
- The date to return known currencies for.date
or an empty array if the directory does not
hold currencies at date
.NullPointerException
- if date
is null
.Copyright © 2005–2014 jDTAUS. All rights reserved.