com.apama.firewall.rules
Event OrderThrottleLimitRiskFirewallRule


The Order Throttle Limit Firewall rule stops more than a specified number of order operations (new, amend, cancel) within a specified rolling time window (30 seconds by default).

Any order operations that exceed the specified number allowed will be rejected by the Firewall rule. The order operation types to be checked are configurable when the Firewall rule instance is created. By default only new order operation is checked.
Since:
CMF 5.1.0
Version:
10.2

Action summary
 com.apama.firewall.RuleClasscreate()

This action creates a fully populated Rule Class Interface to the Order Throttle Limit Rule ready to be registered with a Risk Firewall.
 
Action detail

create

com.apama.firewall.RuleClass create()
This action creates a fully populated Rule Class Interface to the Order Throttle Limit Rule ready to be registered with a Risk Firewall.
Returns:
A fully populated Rule Class Interface.
See Also:
com.apama.firewall.RiskFirewall#registerRuleClass - The action to call on the Risk Firewall to register this RuleClass object