Removes current take-profit order asynchronously.


SYNTAX


public bool RemoveTakeProfitAsync (Action<bool> callback)


PARAMETERS


callback — Action

Callback to be invoked at the end of the asynchronous opearation


RETURN


bool Return true if take-profit remove request was sended, otherwise, false.