Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisInsightDTO
Packages that use SymbolAnalysisInsightDTO
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 SymbolAnalysisInsightDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolAnalysisInsightDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SymbolAnalysisInsightDTO>> SymbolAnalysisApiController.getInsights(SymbolAnalysisQueryParameters queryParameters) Returns generated symbol analysis insights. -
Uses of SymbolAnalysisInsightDTO in com.bluebell.greenhouse.planter.converters.symbol.analysis
Methods in com.bluebell.greenhouse.planter.converters.symbol.analysis that return types with arguments of type SymbolAnalysisInsightDTOModifier and TypeMethodDescriptionSymbolAnalysisDTOConverter.convertInsights(List<SymbolAnalysisInsight> insights) Converts insight payloads. -
Uses of SymbolAnalysisInsightDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return types with arguments of type SymbolAnalysisInsightDTOModifier and TypeMethodDescriptionSymbolAnalysisOrchestrator.getInsights(SymbolAnalysisQueryParameters queryParameters) Obtains the analysis insights. -
Uses of SymbolAnalysisInsightDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return types with arguments of type SymbolAnalysisInsightDTOModifier and TypeMethodDescriptionSymbolAnalysisSnapshotDTO.insights()Returns the value of theinsightsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type SymbolAnalysisInsightDTOModifierConstructorDescriptionSymbolAnalysisSnapshotDTO(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.