Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.SymbolSentimentRequest
Packages that use SymbolSentimentRequest
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
-
Uses of SymbolSentimentRequest in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol with parameters of type SymbolSentimentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SymbolSentimentPointDTO>> SymbolApiController.getSymbolSentiment(SymbolSentimentRequest sentimentRequest) Returns symbol sentiment points for a ticker.org.springframework.http.ResponseEntity<SymbolSentimentPointDTO> SymbolApiController.getSymbolSentimentSummary(SymbolSentimentRequest sentimentRequest) Returns aggregated symbol sentiment for a ticker. -
Uses of SymbolSentimentRequest in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol with parameters of type SymbolSentimentRequestModifier and TypeMethodDescriptionSymbolOrchestrator.getSymbolSentiment(SymbolSentimentRequest sentimentRequest) Obtains the sentiment series for a ticker.SymbolOrchestrator.getSymbolSentimentSummary(SymbolSentimentRequest sentimentRequest) Obtains the aggregated sentiment for a ticker.