Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODFundamentalsResponse
Packages that use EODFundamentalsResponse
Package
Description
Contains response representations for EOD-backed integrations.
Contains services for EOD-backed integrations.
-
Uses of EODFundamentalsResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODFundamentalsResponseModifier and TypeMethodDescriptionEODBulkFundamentalsResponse.fundamentalsBySymbol()Returns the value of thefundamentalsBySymbolrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODFundamentalsResponseModifierConstructorDescriptionEODBulkFundamentalsResponse(Map<String, EODFundamentalsResponse> fundamentalsBySymbol, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODBulkFundamentalsResponserecord class. -
Uses of EODFundamentalsResponse in com.bluebell.greenhouse.sol.services.eod
Methods in com.bluebell.greenhouse.sol.services.eod that return EODFundamentalsResponseModifier and TypeMethodDescriptionEODIntegrationService.getFundamentals(EODFundamentalsRequest request) Fetches fundamentals for stocks, ETFs, funds, and indices.