MT5APIRequestOrderHistory(DateTime, DateTime) Method
|
Reuest closed orders.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void RequestOrderHistory(
DateTime from,
DateTime to
)
Public Sub RequestOrderHistory (
from As DateTime,
to As DateTime
)
public:
void RequestOrderHistory(
DateTime from,
DateTime to
)
member RequestOrderHistory :
from : DateTime *
to : DateTime -> unit
Parameters
- from DateTime
- Start time of history.
- to DateTime
- End time of history.
Return Value
Array of orders int OnOrderHistory event.
See Also