Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisPriceSeriesDTO
Packages that use SymbolAnalysisPriceSeriesDTO
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 SymbolAnalysisPriceSeriesDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolAnalysisPriceSeriesDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SymbolAnalysisPriceSeriesDTO> SymbolAnalysisApiController.getPriceSeries(SymbolAnalysisQueryParameters queryParameters) Returns the symbol analysis price series. -
Uses of SymbolAnalysisPriceSeriesDTO in com.bluebell.greenhouse.planter.converters.symbol.analysis
Methods in com.bluebell.greenhouse.planter.converters.symbol.analysis that return SymbolAnalysisPriceSeriesDTOModifier and TypeMethodDescriptionSymbolAnalysisDTOConverter.convert(SymbolAnalysisPriceSeries priceSeries) Converts aSymbolAnalysisPriceSeries. -
Uses of SymbolAnalysisPriceSeriesDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return SymbolAnalysisPriceSeriesDTOModifier and TypeMethodDescriptionSymbolAnalysisOrchestrator.getPriceSeries(SymbolAnalysisQueryParameters queryParameters) Obtains the analysis price series. -
Uses of SymbolAnalysisPriceSeriesDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return SymbolAnalysisPriceSeriesDTOModifier and TypeMethodDescriptionstatic SymbolAnalysisPriceSeriesDTOSymbolAnalysisPriceSeriesDTO.empty()Creates an empty DTO shell.SymbolAnalysisSnapshotDTO.priceSeries()Returns the value of thepriceSeriesrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type SymbolAnalysisPriceSeriesDTOModifierConstructorDescriptionSymbolAnalysisSnapshotDTO(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.