IProtectable INTERFACE

SetTakeProfit (double tpPrice) METHOD (Return: bool)
Sets a new (modifies existed) take-profit order SYNTAX bool SetTakeProfit (double tpPrice) PARAMETERS tpPrice — double Price of the take-prof...
Sun, May 6, 2018 at 3:10 PM
SetTakeProfitAsync (double tpPrice, Action<bool> callback) METHOD (Return: bool)
Sets a new (modifies existed) take-profit order asynchronously SYNTAX bool SetTakeProfitAsync (double tpPrice,Action<bool> callback) PARAM...
Sun, May 6, 2018 at 3:17 PM