Uses of Class
com.raphaelsalles.backend.domain.service.financial.StockHistoryService
Packages that use StockHistoryService
-
Uses of StockHistoryService in com.raphaelsalles.backend.api.controller
Fields in com.raphaelsalles.backend.api.controller declared as StockHistoryServiceModifier and TypeFieldDescriptionprivate final StockHistoryServiceStockController.historyServiceConstructors in com.raphaelsalles.backend.api.controller with parameters of type StockHistoryServiceModifierConstructorDescriptionStockController(StockAnalysisRepository analysisRepository, FinancialStatementRepository statementRepository, FundamentalAnalysisService analysisService, MarketDataService marketDataService, ValuationService valuationService, StockHistoryService historyService, AssetRepository assetRepository)