Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.EventMoveProfileDTO
Packages that use EventMoveProfileDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of EventMoveProfileDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return EventMoveProfileDTOModifier and TypeMethodDescriptionSymbolAnalysisEventSummaryDTO.earningsMoveProfile()Returns the value of theearningsMoveProfilerecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type EventMoveProfileDTOModifierConstructorDescriptionSymbolAnalysisEventSummaryDTO(boolean available, String note, SymbolUpcomingEventDTO nextEarnings, List<SymbolUpcomingEventDTO> upcomingEvents, EventMoveProfileDTO earningsMoveProfile) Creates an instance of aSymbolAnalysisEventSummaryDTOrecord class.