Click or drag to resize

QuoteClientDownloadOrderHistory Method

Returns closed orders.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
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