cTrader RefreshData()
Created at 25 Mar 2022, 04:25
LO
cTrader RefreshData()
25 Mar 2022, 04:25
Hi, I would like to know if TradeOperations are included in the data which is updated by the RefreshData function.
amusleh
28 Mar 2022, 10:38
Hi,
A TradeOperation is a task that will happen in future, the RefreshData will not have any effect on it.
You have to use the callback to get notified about status of operation.
@amusleh