Click or drag to resize

ManagerInterfaceTradesUserHistory Method

Receiving the history of trade operations of a specified clients for the specified period of time.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public TradeRecord[] TradesUserHistory(
	int login,
	int from,
	int to
)

Parameters

login
Type: SystemInt32
from
Type: SystemInt32
to
Type: SystemInt32

Return Value

Type: TradeRecord
See Also