Method DownloadPendingOrderHistory
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
DownloadPendingOrderHistory(DateTime, DateTime, bool)
Pending orders that finished (filled, cancelled, expired, rejected) in a window, placed-time order (MT5
DownloadPendingOrderHistory).
public List<OrderInternal> DownloadPendingOrderHistory(DateTime from, DateTime to, bool ascending = true)
Parameters
Returns
Remarks
MT5 equivalent
MT5API.DownloadPendingOrderHistory(DateTime from, DateTime to, bool ascending = True)— full