Order CLASS

SetStopLossTrail (double slPrice) METHOD (Return: bool)
Sets a new (modifies existed) stop-loss order with trailing. SYNTAX public bool SetStopLossTrail (double slPrice) PARAMETERS slPrice — double...
Sat, May 5, 2018 at 11:20 AM
SetStopLossTrailAsync (double slPrice, Action<bool> callback) METHOD (Return: bool)
Sets a new (modifies existed) stop-loss order asynchronously. SYNTAX public bool SetStopLossTrailAsync (double slPrice,Action<bool> callback) ...
Sat, May 5, 2018 at 11:23 AM
SetTakeProfit (double tpPrice) METHOD (Return: bool)
Sets a new (modifies existed) take-profit order. SYNTAX public bool SetTakeProfit (double tpPrice) PARAMETERS tpPrice — double Price of the t...
Sat, May 5, 2018 at 11:25 AM
SetTakeProfitAsync (double tpPrice, Action<bool> callback) METHOD (Return: bool)
Sets a new (modifies existed) take-profit order asynchronously. SYNTAX public bool SetTakeProfitAsync (double tpPrice,Action<bool> callback) ...
Sat, May 5, 2018 at 11:27 AM