Uses of Record Class
com.raphaelsalles.backend.api.dto.StockHistoryDTO
Packages that use StockHistoryDTO
Package
Description
-
Uses of StockHistoryDTO in com.raphaelsalles.backend.api.controller
Methods in com.raphaelsalles.backend.api.controller that return types with arguments of type StockHistoryDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<StockHistoryDTO>> StockController.getStockHistory(String ticker, String typeStr) Retorna o histórico financeiro da empresa para plotagem de gráficos. -
Uses of StockHistoryDTO in com.raphaelsalles.backend.domain.service.financial
Methods in com.raphaelsalles.backend.domain.service.financial that return StockHistoryDTOModifier and TypeMethodDescriptionprivate StockHistoryDTOStockHistoryService.toDTO(FinancialStatement stmt) Methods in com.raphaelsalles.backend.domain.service.financial that return types with arguments of type StockHistoryDTOModifier and TypeMethodDescriptionStockHistoryService.getHistory(String ticker, String typeStr) Retorna o histórico financeiro de uma empresa.