toggle menu
data-services
JVM
switch theme
search in API
data-services
/
org.cryptotrader.data.library.services
/
CurrencyService
/
CurrencyService
Currency
Service
@
Autowired
constructor
(
currencyRepository
:
CurrencyRepository
,
currencyHistoryRepository
:
CurrencyHistoryRepository
,
uniqueCurrencyRepository
:
UniqueCurrencyRepository
,
uniqueCurrencyHistoryRepository
:
UniqueCurrencyHistoryRepository
,
currencyDataRetriever
:
CurrencyDataRetriever
,
backfiller
:
MarketSnapshotsBackfiller
,
snapshotService
:
MarketSnapshotOperations
,
currencyJsonGenerator
:
CurrencyJsonGenerator
)