com.apama.firewall.rules
Event OrderQuantityLimitRiskFirewallRule


The OrderQuantityLimit firewall rule will check the order quantity of any new order, or amendment to an order, and rejects that order if the quantity exceeds the size provided in the input parameters.

It will also reject any amendments that reduce the quantity to below the currently executed quantity.
Since:
CMF 5.1.0
Version:
10.11

Action summary
 com.apama.firewall.RuleClasscreate()

This action creates a fully populated Rule Class Interface to the Order Quantity 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 Quantity 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