| Package | Description |
|---|---|
| com.suncode.cuf.currency |
| Modifier and Type | Class and Description |
|---|---|
class |
RateDto |
| Modifier and Type | Method and Description |
|---|---|
Rate |
ExchangeServiceImpl.getLastNbpExchange(String exchangeSymbol,
LocalDate date) |
Rate |
ExchangeService.getLastNbpExchange(String exchangeSymbol,
LocalDate date)
Dla podanego symbolu waluty pobiera obowiązujący średni kurs NBP waluty dla podanej daty.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,Rate> |
ExchangeServiceImpl.getLastNbpExchanges(Set<String> exchangesSymbols,
LocalDate date) |
HashMap<String,Rate> |
ExchangeService.getLastNbpExchanges(Set<String> exchangesSymbols,
LocalDate date)
Działa identycznie jak
getLastNbpExchange, z tą różnicą, że pobiera od razu obowiązujące kursy dla zbioru walut. |
Copyright © 2021 Suncode. All rights reserved.