ConditionNodeType
Type of condition node in the strategy builder tree
enum ConditionNodeType {
AND
OR
NOT
IF_THEN_ELSE
COMPARE
CROSSOVER
CROSSUNDER
IN_RANGE
}
Type of condition node in the strategy builder tree
enum ConditionNodeType {
AND
OR
NOT
IF_THEN_ELSE
COMPARE
CROSSOVER
CROSSUNDER
IN_RANGE
}
ConditionNodeType.ANDConditionNodeType.ORConditionNodeType.NOTConditionNodeType.IF_THEN_ELSEConditionNodeType.COMPAREConditionNodeType.CROSSOVERConditionNodeType.CROSSUNDERConditionNodeType.IN_RANGE