Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODSentimentPointResponse
Packages that use EODSentimentPointResponse
Package
Description
Contains the service layer for
Symbols.Contains response representations for EOD-backed integrations.
-
Uses of EODSentimentPointResponse in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol that return types with arguments of type EODSentimentPointResponseModifier and TypeMethodDescriptionSymbolSentimentLookupService.findSentiment(String providerSymbol, LocalDate start, LocalDate end) Returns EOD-backed sentiment points for a provider symbol. -
Uses of EODSentimentPointResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODSentimentPointResponseModifier and TypeMethodDescriptionEODSentimentResponse.sentimentsBySymbol()Returns the value of thesentimentsBySymbolrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODSentimentPointResponseModifierConstructorDescriptionEODSentimentResponse(Map<String, List<EODSentimentPointResponse>> sentimentsBySymbol) Creates an instance of aEODSentimentResponserecord class.