Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisSnapshotDTO
Packages that use SymbolAnalysisSnapshotDTO
Package
Description
Contains controllers for handling symbols and equities.
Contains converters for symbol analysis API DTOs.
Contains the symbol orchestrators.
Contains DTOs for symbol analysis API responses.
-
Uses of SymbolAnalysisSnapshotDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolAnalysisSnapshotDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SymbolAnalysisSnapshotDTO> SymbolAnalysisApiController.getSnapshot(SymbolAnalysisQueryParameters queryParameters) Returns the aggregate symbol analysis snapshot. -
Uses of SymbolAnalysisSnapshotDTO in com.bluebell.greenhouse.planter.converters.symbol.analysis
Methods in com.bluebell.greenhouse.planter.converters.symbol.analysis that return SymbolAnalysisSnapshotDTOModifier and TypeMethodDescriptionSymbolAnalysisDTOConverter.convert(SymbolAnalysisSnapshot snapshot) Converts aSymbolAnalysisSnapshot. -
Uses of SymbolAnalysisSnapshotDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return SymbolAnalysisSnapshotDTOModifier and TypeMethodDescriptionSymbolAnalysisOrchestrator.getSnapshot(SymbolAnalysisQueryParameters queryParameters) Obtains the analysis snapshot. -
Uses of SymbolAnalysisSnapshotDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return SymbolAnalysisSnapshotDTOModifier and TypeMethodDescriptionstatic SymbolAnalysisSnapshotDTOSymbolAnalysisSnapshotDTO.empty()Creates an empty DTO shell.