Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarTrendEntryResponse
Packages that use EODCalendarTrendEntryResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCalendarTrendEntryResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODCalendarTrendEntryResponseModifier and TypeMethodDescriptionEODCalendarTrendsResponse.trends()Returns the value of thetrendsrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODCalendarTrendEntryResponseModifierConstructorDescriptionEODCalendarTrendsResponse(String type, String description, String from, String to, String symbols, List<EODCalendarTrendEntryResponse> trends) Creates an instance of aEODCalendarTrendsResponserecord class.