Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarSplitEntryResponse
Packages that use EODCalendarSplitEntryResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCalendarSplitEntryResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODCalendarSplitEntryResponseModifier and TypeMethodDescriptionEODCalendarSplitsResponse.splits()Returns the value of thesplitsrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODCalendarSplitEntryResponseModifierConstructorDescriptionEODCalendarSplitsResponse(String type, String description, String from, String to, String symbols, List<EODCalendarSplitEntryResponse> splits) Creates an instance of aEODCalendarSplitsResponserecord class.