Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisBarDTO
Packages that use SymbolAnalysisBarDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of SymbolAnalysisBarDTO 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 SymbolAnalysisBarDTOModifier and TypeMethodDescriptionSymbolAnalysisPriceSeriesDTO.bars()Returns the value of thebarsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type SymbolAnalysisBarDTOModifierConstructorDescriptionSymbolAnalysisPriceSeriesDTO(List<SymbolAnalysisBarDTO> bars, List<SymbolAnalysisNormalizedPointDTO> normalizedPerformance) Creates an instance of aSymbolAnalysisPriceSeriesDTOrecord class.