SetStopLossAsync (double slPrice, Action<bool> callback)
method
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 opearation
Return
bool
Return true if stop-loss order was placed, otherwise false.
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.