Synchronous operations and RefreshData

Created at 31 May 2015, 19:52
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!
GO

GoodvinJ

Joined 31.05.2015

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?

 


@GoodvinJ
Replies

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