Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.StrategySignalDTO
Packages that use StrategySignalDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of StrategySignalDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return StrategySignalDTOModifier and TypeMethodDescriptionSymbolAnalysisSignalSummaryDTO.primarySignal()Returns the value of theprimarySignalrecord component.Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return types with arguments of type StrategySignalDTOModifier and TypeMethodDescriptionSymbolAnalysisSignalSummaryDTO.strategySignals()Returns the value of thestrategySignalsrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type StrategySignalDTOModifierConstructorDescriptionSymbolAnalysisSignalSummaryDTO(String requestedStrategyReferenceCode, StrategySignalDTO primarySignal, List<StrategySignalDTO> strategySignals) Creates an instance of aSymbolAnalysisSignalSummaryDTOrecord class.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type StrategySignalDTOModifierConstructorDescriptionSymbolAnalysisSignalSummaryDTO(String requestedStrategyReferenceCode, StrategySignalDTO primarySignal, List<StrategySignalDTO> strategySignals) Creates an instance of aSymbolAnalysisSignalSummaryDTOrecord class.