Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisOverviewDTO
Packages that use SymbolAnalysisOverviewDTO
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 SymbolAnalysisOverviewDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolAnalysisOverviewDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SymbolAnalysisOverviewDTO> SymbolAnalysisApiController.getOverview(SymbolAnalysisQueryParameters queryParameters) Returns the symbol analysis overview. -
Uses of SymbolAnalysisOverviewDTO in com.bluebell.greenhouse.planter.converters.symbol.analysis
Methods in com.bluebell.greenhouse.planter.converters.symbol.analysis that return SymbolAnalysisOverviewDTOModifier and TypeMethodDescriptionSymbolAnalysisDTOConverter.convert(SymbolAnalysisOverview overview) Converts aSymbolAnalysisOverview. -
Uses of SymbolAnalysisOverviewDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return SymbolAnalysisOverviewDTOModifier and TypeMethodDescriptionSymbolAnalysisOrchestrator.getOverview(SymbolAnalysisQueryParameters queryParameters) Obtains the analysis overview. -
Uses of SymbolAnalysisOverviewDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return SymbolAnalysisOverviewDTOModifier and TypeMethodDescriptionstatic SymbolAnalysisOverviewDTOSymbolAnalysisOverviewDTO.empty()Creates an empty DTO shell.SymbolAnalysisSnapshotDTO.overview()Returns the value of theoverviewrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type SymbolAnalysisOverviewDTOModifierConstructorDescriptionSymbolAnalysisSnapshotDTO(SymbolAnalysisContextDTO context, SymbolAnalysisOverviewDTO overview, SymbolAnalysisPriceSeriesDTO priceSeries, SymbolAnalysisSentimentComparisonDTO sentimentComparison, SymbolAnalysisReturnDistributionDTO returnDistribution, SymbolAnalysisMoveProfileDTO moveProfile, SymbolAnalysisSignalSummaryDTO signalSummary, SymbolAnalysisTrendSummaryDTO trendSummary, SymbolAnalysisEventSummaryDTO eventSummary, List<SymbolAnalysisInsightDTO> insights, SymbolAnalysisDataStateDTO dataState) Creates an instance of aSymbolAnalysisSnapshotDTOrecord class.