Click or drag to resize

QuoteClientDownloadOrderHistory Method

Returns closed orders.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public Order[] DownloadOrderHistory(
	DateTime from,
	DateTime to
)

Parameters

from
Type: SystemDateTime
Start time of history.
to
Type: SystemDateTime
End time of history.

Return Value

Type: Order
Array of orders.
See Also