cTrader RefreshData()

Created at 25 Mar 2022, 04:25
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
LO

lokelucerne

Joined 24.03.2022

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.


@lokelucerne
Replies

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