Uses of Enum Class
com.bluebell.greenhouse.sol.enums.EODTechnicalIndicatorFunction
Packages that use EODTechnicalIndicatorFunction
Package
Description
Contains enums used within the importing module.
Contains request representations for EOD-backed integrations.
-
Uses of EODTechnicalIndicatorFunction in com.bluebell.greenhouse.sol.enums
Subclasses with type arguments of type EODTechnicalIndicatorFunction in com.bluebell.greenhouse.sol.enumsModifier and TypeClassDescriptionenumSupported EOD technical indicator functions.Classes in com.bluebell.greenhouse.sol.enums that implement interfaces with type arguments of type EODTechnicalIndicatorFunctionModifier and TypeClassDescriptionenumSupported EOD technical indicator functions.Methods in com.bluebell.greenhouse.sol.enums that return EODTechnicalIndicatorFunctionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EODTechnicalIndicatorFunction[]EODTechnicalIndicatorFunction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EODTechnicalIndicatorFunction in com.bluebell.greenhouse.sol.models.requests.eod
Methods in com.bluebell.greenhouse.sol.models.requests.eod that return EODTechnicalIndicatorFunctionModifier and TypeMethodDescriptionEODTechnicalIndicatorRequest.function()Returns the value of thefunctionrecord component.Constructors in com.bluebell.greenhouse.sol.models.requests.eod with parameters of type EODTechnicalIndicatorFunctionModifierConstructorDescriptionEODTechnicalIndicatorRequest(String symbol, EODTechnicalIndicatorFunction function, Integer period, LocalDate from, LocalDate to, String order, String filter, Boolean splitAdjustedOnly, Map<String, String> additionalParameters) Creates an instance of aEODTechnicalIndicatorRequestrecord class.