Position CLASS
Sets a new (modifies existed) stop-loss order with trailing SYNTAX public bool SetStopLossTrail (double slPrice) PARAMETERS slPrice — double ...
Sat, May 5, 2018 at 5:22 PM
Sets a new (modifies existed) stop-loss order with trailing asynchronously SYNTAX public bool SetStopLossTrailAsync (double slPrice,Action<bool&g...
Sat, May 5, 2018 at 5:24 PM
Sets a new (modifies existed) take-profit order SYNTAX public bool SetTakeProfit (double tpPrice) PARAMETERS tpPrice — double Price of the ta...
Sat, May 5, 2018 at 5:26 PM
Sets a new (modifies existed) take-profit order asynchronously SYNTAX public bool SetTakeProfitAsync (double tpPrice,Action<bool> callback) ...
Sat, May 5, 2018 at 5:28 PM