ChangeOrder()
ChangeOrder()
Definition
Amends a specified Order.
This method is only relevant for Managed orders with IsLiveUntilCancelled set to true and Unmanaged orders.
Syntax
ChangeOrder(Order order, int quantity, double limitPrice, double stopPrice)
If you have existing historical order references which have transitioned to real-time, you MUST update the order object reference to the newly submitted real-time order; otherwise errors may occur as you attempt to change the order. You may use the GetRealtimeOrder() helper method to assist in this transition.

