Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.technical.CreateUpdateConfiguredIndicatorDTO
Packages that use CreateUpdateConfiguredIndicatorDTO
Package
Description
Contains the service layer for technical indicators and their implementations.
-
Uses of CreateUpdateConfiguredIndicatorDTO in com.bluebell.greenhouse.radicle.services.technical
Methods in com.bluebell.greenhouse.radicle.services.technical with parameters of type CreateUpdateConfiguredIndicatorDTOModifier and TypeMethodDescriptionConfiguredIndicatorService.createNewConfiguredIndicator(CreateUpdateConfiguredIndicatorDTO data) Creates a newConfiguredIndicator.ConfiguredIndicatorService.updateConfiguredIndicator(ConfiguredIndicator configuredIndicator, CreateUpdateConfiguredIndicatorDTO data) Updates an existingConfiguredIndicator.