com.apama.firewall.rules
Event OrderValueLimitRiskFirewallRuleConsts


This event object contains a set of constants that define the various constant values for all the settings, configuration items and their default values for the Order Value Limit Risk Firewall Rule Class.

These constants should be used rather than the specific value in order to ensure future compatibility.
Since:
CMF 5.1.0
Version:
10.3

Constant summary
 constant stringRULE_CLASS_NAME := "OrderValueLimitRiskFirewallRule"

Constant string value for the Rule Class Name.
 constant integerVALUE_LIMIT_DEFAULT := 0

Constant string value for the input parameter used to define the objection limits default value.
 constant stringVALUE_LIMIT_PARAMETER := "VALUE_LIMIT"

Constant string value for the input parameter used to define the objection limits.
 constant floatVALUE_WARNING_DEFAULT := -1.0

Constant string value for the input parameter used to define the warning limits default value.
 constant stringVALUE_WARNING_PARAMETER := "VALUE_WARNING_LIMIT"

Constant string value for the input parameter used to define the warning limits.
 
Constant detail

RULE_CLASS_NAME

constant string RULE_CLASS_NAME := "OrderValueLimitRiskFirewallRule"
Constant string value for the Rule Class Name.

VALUE_LIMIT_DEFAULT

constant integer VALUE_LIMIT_DEFAULT := 0
Constant string value for the input parameter used to define the objection limits default value.

VALUE_LIMIT_PARAMETER

constant string VALUE_LIMIT_PARAMETER := "VALUE_LIMIT"
Constant string value for the input parameter used to define the objection limits.

VALUE_WARNING_DEFAULT

constant float VALUE_WARNING_DEFAULT := -1.0
Constant string value for the input parameter used to define the warning limits default value.

VALUE_WARNING_PARAMETER

constant string VALUE_WARNING_PARAMETER := "VALUE_WARNING_LIMIT"
Constant string value for the input parameter used to define the warning limits.