Removes current stop-loss order asynchronously


SYNTAX


bool RemoveStopLossAsync (Action<bool> callback)


PARAMETERS


callback — Action

Callback to be invoked at the end of the asynchronous operation


RETURN


bool Return true if stop-loss remove request was sended, otherwise, false.