Who can explain me the current 'GetRealtimeOrder()' concept with OnOrderUpdate() callback? As far as I know - the OnOrderUpdate will be called as soon as an order's state is changed. Let's assume that I have a BuyStopOrder that was opened in Historical filling. Each new candle I want to modify the order (change the order's stop price). Let's assume that the Realtime is started. On a new realtime candle I'm trying to modify the historical BuyStopOrder - will I get the 'unable to change historical order error' if the attemp of the 'GetRealtimeOrder' only in OnOrderUpdate callback?
As far as I remember - based on the previous rules the 'GetRealtimeOrder' was used in the 'OnStateChange()' callback.

Comment