com.apama.firewall.rules
Event OrderQuantityLimitRiskFirewallRuleConsts


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 Quantity 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.0

Constant Summary
 constant booleanLIMIT_IS_REMAINING_DEFAULT := false

Constant string value for the input parameter used to define the default value of whether or not the limits are inclusive of the quantity already executed.
 constant stringLIMIT_IS_REMAINING_PARAMETER := "LIMIT_IS_REMAINING"

Constant string value for the input parameter used to define whether or not the limits are inclusive of the quantity already executed.
 constant integerQUANTITY_LIMIT_DEFAULT := 0

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

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

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

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

Constant string value for the Rule Class Name.
 
Constant Detail

LIMIT_IS_REMAINING_DEFAULT

constant boolean LIMIT_IS_REMAINING_DEFAULT := false
Constant string value for the input parameter used to define the default value of whether or not the limits are inclusive of the quantity already executed.

LIMIT_IS_REMAINING_PARAMETER

constant string LIMIT_IS_REMAINING_PARAMETER := "LIMIT_IS_REMAINING"
Constant string value for the input parameter used to define whether or not the limits are inclusive of the quantity already executed.

QUANTITY_LIMIT_DEFAULT

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

QUANTITY_LIMIT_PARAMETER

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

QUANTITY_WARNING_DEFAULT

constant integer QUANTITY_WARNING_DEFAULT := -
Constant string value for the input parameter used to define the warning limits default value.

QUANTITY_WARNING_PARAMETER

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

RULE_CLASS_NAME

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