com.apama.firewall
Event QueryRequest


The QueryRequest event object is sent from the Risk Firewall to all Rule Classes. This object contains the type of the query, and also the current OrderState which contains all the current details of the order that the request is associated with.
See Also:
com.apama.firewall.QueryResponse - The Query response object that will be sent from the Rule Class back to the Risk Firewall
com.apama.oms.OrderState - The current state of the order that this query request is associated with

Member summary
 integerrequestId

A unique identifier for this request.
 integerrequestType

The type of this request (e.g. New, Amend or Cancel order request).
 com.apama.oms.OrderStateorderState

The details for the order that this query request is associated with.
 
Member detail

orderState

            com.apama.oms.OrderState orderState
        
The details for the order that this query request is associated with.

requestId

            integer requestId
        
A unique identifier for this request.

requestType

            integer requestType
        
The type of this request (e.g. New, Amend or Cancel order request).