Synchronous operations and RefreshData
Created at 31 May 2015, 19:52
Synchronous operations and RefreshData
31 May 2015, 19:52
Hello!
I need updated quotes (Symbol.Ask / Symbol.Bid) right after calling ClosePosition, ModifyPosition, etc.
Do I need to call RefreshData() explicitly?
Spotware
11 Jun 2015, 17:50
Dear Trader,
You do not need to call RefreshData(); With Synchronous trade operation methods the RefreshData() is called automatically.
@Spotware