MT5APIDownloadOrderHistory Method
|
Downaload order history.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public OrderHistoryEventArgs DownloadOrderHistory(
DateTime from,
DateTime to
)
Public Function DownloadOrderHistory (
from As DateTime,
to As DateTime
) As OrderHistoryEventArgs
public:
OrderHistoryEventArgs^ DownloadOrderHistory(
DateTime from,
DateTime to
)
member DownloadOrderHistory :
from : DateTime *
to : DateTime -> OrderHistoryEventArgs
Parameters
- from DateTime
- Start time of history.
- to DateTime
- End time of history.
Return Value
OrderHistoryEventArgsArray of orders.
See Also