OnOrderUpdate()
<< Click to Display Table of Contents >> OnOrderUpdate() |
Called every time an order changes state. An order will change state when a change in order quantity, price or state (e.g. working to filled) occurs.
Note: The OnOrderUpdate() method is called on ALL order updates (e.g., any account and instrument combination) and NOT just the specific items which are selected in the SuperDOM. |
This method does not return a value.
protected override void OnOrderUpdate(OrderEventArgs orderUpdate)
{
}
orderUpdate |
An OrderEventArgs representing the change in order state |
protected override void OnOrderUpdate(OrderEventArgs orderUpdate) |