Method RequestOrderHistory
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
RequestOrderHistory(DateTime, DateTime)
Fire-and-forget: the window's history on OnOrderHistory (MT5 RequestOrderHistory).
public void RequestOrderHistory(DateTime from, DateTime to)
Parameters
Remarks
MT5 equivalent
MT5API.RequestOrderHistory(DateTime from, DateTime to)— fullMT5API.RequestOrderHistory(int year, int month, List<DealInternal> partialResponse = null)— full
RequestOrderHistory(int, int)
Fire-and-forget by month (MT5 RequestOrderHistory(year, month)).
public void RequestOrderHistory(int year, int month)
Parameters
Remarks
MT5 equivalent
MT5API.RequestOrderHistory(DateTime from, DateTime to)— fullMT5API.RequestOrderHistory(int year, int month, List<DealInternal> partialResponse = null)— full