Position 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 5:22 PM
SetStopLossTrailAsync (double slPrice, Action<bool> callback) METHOD (Return: bool)
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
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 ta...
Sat, May 5, 2018 at 5:26 PM
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 5:28 PM