Sets a new (modifies existed) take-profit order asynchronously


SYNTAX


public bool SetTakeProfitAsync (double tpPrice,Action<bool> callback)


PARAMETERS


tpPrice — double

Price of the take-profit order.


callback — Action

Callback to be invoked at the end of the asynchronous operation


RETURN


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