CloseAsync (double amount, Action<bool> callback)
method
Close part of the position asynchronously.
Syntax
public bool CloseAsync (double amount,Action<bool> callback)
Parameters
amount — double
amount to be closed
callback — Action
The callback function.
Return
bool
Returns true if request is sended successfully, otherwise false.
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
Position methods
- Close ()
- Close (double amount)
- Close (double amount, double price, int marketRange)
- CloseAsync (Action<bool> callback)
- CloseAsync (double amount, double price, int marketRange, Action<bool> callback)
- GetCommission (Currency currency)
- GetExposition (Currency currency)
- GetProfitExp2 ()
- GetProfitGross (Currency currency)
- GetProfitNet (Currency currency)
- GetSwaps (Currency currency)
- GetUsedMargin (Currency currency)
- RemoveStopLoss ()
- RemoveStopLossAsync (Action<bool> callback)
- RemoveTakeProfit ()
- RemoveTakeProfitAsync (Action<bool> callback)
- Rollback ()
- 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)