Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisMoveProfileDTO
Packages that use SymbolAnalysisMoveProfileDTO
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 SymbolAnalysisMoveProfileDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolAnalysisMoveProfileDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SymbolAnalysisMoveProfileDTO> SymbolAnalysisApiController.getMoveProfile(SymbolAnalysisQueryParameters queryParameters) Returns the symbol analysis move profile. -
Uses of SymbolAnalysisMoveProfileDTO in com.bluebell.greenhouse.planter.converters.symbol.analysis
Methods in com.bluebell.greenhouse.planter.converters.symbol.analysis that return SymbolAnalysisMoveProfileDTOModifier and TypeMethodDescriptionSymbolAnalysisDTOConverter.convert(SymbolAnalysisMoveProfile moveProfile) Converts aSymbolAnalysisMoveProfile. -
Uses of SymbolAnalysisMoveProfileDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return SymbolAnalysisMoveProfileDTOModifier and TypeMethodDescriptionSymbolAnalysisOrchestrator.getMoveProfile(SymbolAnalysisQueryParameters queryParameters) Obtains the analysis move profile. -
Uses of SymbolAnalysisMoveProfileDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return SymbolAnalysisMoveProfileDTOModifier and TypeMethodDescriptionstatic SymbolAnalysisMoveProfileDTOSymbolAnalysisMoveProfileDTO.empty()Creates an empty DTO shell.SymbolAnalysisSnapshotDTO.moveProfile()Returns the value of themoveProfilerecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type SymbolAnalysisMoveProfileDTOModifierConstructorDescriptionSymbolAnalysisSnapshotDTO(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.