Sets a new (modifies existed) stop-loss order asynchronously.
SYNTAX
public bool SetStopLossTrailAsync (double slPrice,Action<bool> callback)
PARAMETERS
Price of the stop-loss order.
Callback to be invoked at the end of the asynchronous operation.
Modified on: Sat, May 5, 2018 at 11:23 AM
Sets a new (modifies existed) stop-loss order asynchronously.
public bool SetStopLossTrailAsync (double slPrice,Action<bool> callback)
Price of the stop-loss order.
Callback to be invoked at the end of the asynchronous operation.
Did you find it helpful? Yes No
Send feedback