Sets a new (modifies existed) stop-loss order asynchronously


SYNTAX


bool SetStopLossAsync (double slPrice,Action<bool> callback)


PARAMETERS


slPrice — double

Price of the stop-loss order.


callback — Action

Callback to be invoked at the end of the asynchronous operation


RETURN


bool Return true if stop-loss order was placed, otherwise false.