Sets a new (modifies existed) stop-loss order asynchronously
SYNTAX
public bool SetStopLossAsync (double slPrice,Action<bool> callback)
PARAMETERS
Price of the stop-loss order.
callback — Action
Callback to be invoked at the end of the asynchronous operation