Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODNewsSentimentResponse
Packages that use EODNewsSentimentResponse
Package
Description
Contains service-layer market news logic.
Contains response representations for EOD-backed integrations.
-
Uses of EODNewsSentimentResponse in com.bluebell.greenhouse.radicle.services.market.news
Methods in com.bluebell.greenhouse.radicle.services.market.news with parameters of type EODNewsSentimentResponseModifier and TypeMethodDescriptionMarketNewsSentimentService.convert(EODNewsSentimentResponse sentiment) Converts provider sentiment into an enriched market news sentiment model. -
Uses of EODNewsSentimentResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return EODNewsSentimentResponseModifier and TypeMethodDescriptionEODNewsResponse.sentiment()Returns the value of thesentimentrecord component.Constructors in com.bluebell.greenhouse.sol.models.responses.eod with parameters of type EODNewsSentimentResponseModifierConstructorDescriptionEODNewsResponse(String date, String title, String content, String link, List<String> symbols, List<String> tags, String source, EODNewsSentimentResponse sentiment, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODNewsResponserecord class.