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
Remarks
MT5 equivalent
MT5API.RequestPendingOrderHistory(DateTime from, DateTime to)— fullMT5API.RequestPendingHistory(int year, int month, List<OrderInternal> exist)— fullMT5API.RequestPendingOrderHistory(int year, int month, List<DealInternal> exist = null)— full
RequestPendingOrderHistory(int, int)
Month variant of RequestPendingOrderHistory(DateTime, DateTime).
public void RequestPendingOrderHistory(int year, int month)
Parameters
Remarks
MT5 equivalent
MT5API.RequestPendingOrderHistory(DateTime from, DateTime to)— fullMT5API.RequestPendingHistory(int year, int month, List<OrderInternal> exist)— fullMT5API.RequestPendingOrderHistory(int year, int month, List<DealInternal> exist = null)— full