Table of Contents

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

from DateTime
to DateTime
ascending bool

Returns

List<OrderInternal>

Remarks

MT5 equivalent

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