TakeProfitOrder
property
Gets current take-profit order or null if it isn't exist
Syntax
public Order TakeProfitOrder { get; }
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
Order methods
- Cancel ()
- CancelAsync (Action<bool> callback)
- Modify (ReplaceOrderRequest request)
- Modify (double newPrice)
- Modify (double newPrice, double newAmount)
- RemoveStopLoss ()
- RemoveStopLossAsync (Action<bool> callback)
- RemoveTakeProfit ()
- RemoveTakeProfitAsync (Action<bool> callback)
- SetStopLoss (double slPrice)
- SetStopLossAsync (double slPrice, Action<bool> callback)
- SetStopLossTrail (double slPrice)
- SetStopLossTrailAsync (double slPrice, Action<bool> callback)
- SetTakeProfit (double tpPrice)
- SetTakeProfitAsync (double tpPrice, Action<bool> callback)
Order properties