FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<com.apama.oms.OrderReceiverStateContainer, com.apama.oms.OrderReceiverStateContainer> returns boolean | ordersCanMatch
This is the action that is called by the Exchange Engine when matching orders. Users should override this action if they want to perform any extra checks while matching orders. |
action<com.apama.oms.NewOrder> returns string | handleNewOrder
This is the action that is called by the Exchange Engine to validate a new order. Users should override this action if they want to perform any extra checks while validation new orders. |
action<com.apama.oms.AmendOrder> returns string | handleAmendOrder
This is the action that is called by the Exchange Engine when amending orders. Users should override this action if they want to perform any extra functionality while amending orders. |
action<com.apama.oms.CancelOrder> returns string | handleCancelOrder
This is the action that is called by the Exchange Engine when cancelling orders. Users should override this action if they want to perform any extra functionality while cancelling orders. |
Member detail |
---|
action<com.apama.oms.AmendOrder> returns string handleAmendOrderThis is the action that is called by the Exchange Engine when amending orders. Users should override this action if they want to perform any extra functionality while amending orders.
action<com.apama.oms.CancelOrder> returns string handleCancelOrderThis is the action that is called by the Exchange Engine when cancelling orders. Users should override this action if they want to perform any extra functionality while cancelling orders.
action<com.apama.oms.NewOrder> returns string handleNewOrderThis is the action that is called by the Exchange Engine to validate a new order. Users should override this action if they want to perform any extra checks while validation new orders.
action<com.apama.oms.OrderReceiverStateContainer, com.apama.oms.OrderReceiverStateContainer> returns boolean ordersCanMatchThis is the action that is called by the Exchange Engine when matching orders. Users should override this action if they want to perform any extra checks while matching orders.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |