Method DownloadPendingOrderHistoryAsync
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
DownloadPendingOrderHistoryAsync(DateTime, DateTime, bool, CancellationToken)
public Task<List<OrderInternal>> DownloadPendingOrderHistoryAsync(DateTime from, DateTime to, bool ascending = true, CancellationToken cancellation = default)
Parameters
fromDateTimetoDateTimeascendingboolcancellationCancellationToken
Returns
Remarks
MT5 equivalent
MT5API.DownloadPendingOrderHistoryAsync(DateTime from, DateTime to, bool ascending = True)— full