Click or drag to resize

MT5APIDownloadOrderHistory Method

Downaload order history.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public OrderHistoryEventArgs DownloadOrderHistory(
	DateTime from,
	DateTime to
)

Parameters

from  DateTime
Start time of history.
to  DateTime
End time of history.

Return Value

OrderHistoryEventArgs
Array of orders.
See Also