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


SYNTAX


public bool SetStopLossTrailAsync (double slPrice,Action<bool> callback)



PARAMETERS


slPrice — double

Price of the stop-loss trail order.


callback — Action

Callback to be invoked at the end of the asynchronous operation


RETURN


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