Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisNormalizedPointDTO
Packages that use SymbolAnalysisNormalizedPointDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of SymbolAnalysisNormalizedPointDTO 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 SymbolAnalysisNormalizedPointDTOModifier and TypeMethodDescriptionSymbolAnalysisPriceSeriesDTO.normalizedPerformance()Returns the value of thenormalizedPerformancerecord component.SymbolAnalysisSentimentComparisonDTO.normalizedPricePerformance()Returns the value of thenormalizedPricePerformancerecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type SymbolAnalysisNormalizedPointDTOModifierConstructorDescriptionSymbolAnalysisSentimentComparisonDTO(List<SymbolAnalysisNormalizedPointDTO> normalizedPricePerformance, List<SymbolAnalysisSentimentPointDTO> normalizedSentiment, Double correlation, Double leadLagCorrelation, Integer sentimentBucketDays, int articleCount) Creates an instance of aSymbolAnalysisSentimentComparisonDTOrecord class.