toggle menu
data-services
JVM
switch theme
search in API
data-services
/
org.cryptotrader.data.library.services
/
PricePredictionService
Price
Prediction
Service
@
Service
open
class
PricePredictionService
Members
Constructors
Price
Prediction
Service
Link copied to clipboard
@
Autowired
constructor
(
currencyService
:
CurrencyService
,
pricePredictionRepository
:
PricePredictionRepository
)
Functions
get
By
Id
Link copied to clipboard
open
fun
getById
(
id
:
Long
)
:
PricePrediction
save
Prediction
Link copied to clipboard
open
fun
savePrediction
(
pricePredictionRequest
:
PricePredictionRequest
)
:
PricePrediction