toggle menu
crypto-trader-admin
JVM
switch theme
search in API
crypto-trader-admin
/
org.cryptotrader.admin.component
/
DataPointFetcher
Data
Point
Fetcher
@
Component
class
DataPointFetcher
(
currencyService
:
CurrencyService
)
Members
Constructors
Data
Point
Fetcher
Link copied to clipboard
constructor
(
currencyService
:
CurrencyService
)
Functions
get
Last
Day
Currency
History
Link copied to clipboard
fun
getLastDayCurrencyHistory
(
currencyCode
:
String
)
:
List
<
ChartDataPoint
<
LocalDateTime
,
Double
>
>