Table of Contents

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

from DateTime
to DateTime
ascending bool
cancellation CancellationToken

Returns

Task<List<OrderInternal>>

Remarks

MT5 equivalent

  • MT5API.DownloadPendingOrderHistoryAsync(DateTime from, DateTime to, bool ascending = True) — full