Table of Contents

Method RequestPendingOrderHistory

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

RequestPendingOrderHistory(DateTime, DateTime)

Fire-and-forget: finished pending orders of a window on OnOrderHistory (as InternalOrders).

public void RequestPendingOrderHistory(DateTime from, DateTime to)

Parameters

from DateTime
to DateTime

Remarks

MT5 equivalent

  • MT5API.RequestPendingOrderHistory(DateTime from, DateTime to) — full
  • MT5API.RequestPendingHistory(int year, int month, List<OrderInternal> exist) — full
  • MT5API.RequestPendingOrderHistory(int year, int month, List<DealInternal> exist = null) — full

RequestPendingOrderHistory(int, int)

public void RequestPendingOrderHistory(int year, int month)

Parameters

year int
month int

Remarks

MT5 equivalent

  • MT5API.RequestPendingOrderHistory(DateTime from, DateTime to) — full
  • MT5API.RequestPendingHistory(int year, int month, List<OrderInternal> exist) — full
  • MT5API.RequestPendingOrderHistory(int year, int month, List<DealInternal> exist = null) — full