Interface GenericIndicatorEnum
- All Superinterfaces:
GenericEnum<IndicatorType>
- All Known Implementing Classes:
IndicatorType
Base technical enum giving core attributes for technical indicators.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidvalidateIndicatorTypeParameters(IndicatorType indicatorType, List<IndicatorConfigurationValue> parametersToCheck, Map<String, Object> inputParameters) Validates the givenIndicatorConfigurationValueare present within the input parameters.Methods inherited from interface GenericEnum
getCode, getEnum, getLabel
-
Method Details
-
validateIndicatorTypeParameters
static void validateIndicatorTypeParameters(IndicatorType indicatorType, List<IndicatorConfigurationValue> parametersToCheck, Map<String, Object> inputParameters) Validates the givenIndicatorConfigurationValueare present within the input parameters.- Parameters:
indicatorType-IndicatorTypeparametersToCheck-ListofIndicatorConfigurationValueinputParameters- input parameters
-