com.apama.firewall.rules
Event OrderPriceLimitRiskFirewallRuleConsts


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 Price 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 floatMAX_PRICE_LIMIT_DEFAULT := 0.0

Constant string value for the input parameter used to define the maximum objection limit default value.
 constant stringMAX_PRICE_LIMIT_PARAMETER := "MAX_PRICE_LIMIT"

Constant string value for the input parameter used to define the maximum objection limit.
 constant floatMAX_PRICE_WARNING_DEFAULT := 0.0

Constant string value for the input parameter used to define the maximum warning limit default value.
 constant stringMAX_PRICE_WARNING_PARAMETER := "MAX_PRICE_WARNING_LIMIT"

Constant string value for the input parameter used to define the maximum warning limit.
 constant floatMIN_PRICE_LIMIT_DEFAULT := 0.0

Constant string value for the input parameter used to define the minimum objection limit default value.
 constant stringMIN_PRICE_LIMIT_PARAMETER := "MIN_PRICE_LIMIT"

Constant string value for the input parameter used to define the minimum objection limit.
 constant floatMIN_PRICE_WARNING_DEFAULT := 0.0

Constant string value for the input parameter used to define the minimum warning limit default value.
 constant stringMIN_PRICE_WARNING_PARAMETER := "MIN_PRICE_WARNING_LIMIT"

Constant string value for the input parameter used to define the minimum warning limit.
 constant floatPRICE_LIMIT_DEFAULT := 0.0

Constant string value for the input parameter used to define the symmetric objection limits default value.
 constant stringPRICE_LIMIT_PARAMETER := "PRICE_LIMIT"

Constant string value for the input parameter used to define the symmetric objection limits.
 constant floatPRICE_WARNING_DEFAULT := 0.0

Constant string value for the input parameter used to define the symmetric warning limits default value.
 constant stringPRICE_WARNING_PARAMETER := "PRICE_WARNING_LIMIT"

Constant string value for the input parameter used to define the symmetric warning limits.
 constant stringRULE_CLASS_NAME := "OrderPriceLimitRiskFirewallRule"

Constant string value for the Rule Class Name.
 
Constant detail

MAX_PRICE_LIMIT_DEFAULT

constant float MAX_PRICE_LIMIT_DEFAULT := 0.0
Constant string value for the input parameter used to define the maximum objection limit default value.

MAX_PRICE_LIMIT_PARAMETER

constant string MAX_PRICE_LIMIT_PARAMETER := "MAX_PRICE_LIMIT"
Constant string value for the input parameter used to define the maximum objection limit.

MAX_PRICE_WARNING_DEFAULT

constant float MAX_PRICE_WARNING_DEFAULT := 0.0
Constant string value for the input parameter used to define the maximum warning limit default value.

MAX_PRICE_WARNING_PARAMETER

constant string MAX_PRICE_WARNING_PARAMETER := "MAX_PRICE_WARNING_LIMIT"
Constant string value for the input parameter used to define the maximum warning limit.

MIN_PRICE_LIMIT_DEFAULT

constant float MIN_PRICE_LIMIT_DEFAULT := 0.0
Constant string value for the input parameter used to define the minimum objection limit default value.

MIN_PRICE_LIMIT_PARAMETER

constant string MIN_PRICE_LIMIT_PARAMETER := "MIN_PRICE_LIMIT"
Constant string value for the input parameter used to define the minimum objection limit.

MIN_PRICE_WARNING_DEFAULT

constant float MIN_PRICE_WARNING_DEFAULT := 0.0
Constant string value for the input parameter used to define the minimum warning limit default value.

MIN_PRICE_WARNING_PARAMETER

constant string MIN_PRICE_WARNING_PARAMETER := "MIN_PRICE_WARNING_LIMIT"
Constant string value for the input parameter used to define the minimum warning limit.

PRICE_LIMIT_DEFAULT

constant float PRICE_LIMIT_DEFAULT := 0.0
Constant string value for the input parameter used to define the symmetric objection limits default value.

PRICE_LIMIT_PARAMETER

constant string PRICE_LIMIT_PARAMETER := "PRICE_LIMIT"
Constant string value for the input parameter used to define the symmetric objection limits.

PRICE_WARNING_DEFAULT

constant float PRICE_WARNING_DEFAULT := 0.0
Constant string value for the input parameter used to define the symmetric warning limits default value.

PRICE_WARNING_PARAMETER

constant string PRICE_WARNING_PARAMETER := "PRICE_WARNING_LIMIT"
Constant string value for the input parameter used to define the symmetric warning limits.

RULE_CLASS_NAME

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