Click or drag to resize

ManagerInterfaceTradesGetByLogin Method

Get open orders of a client by the login in pumping.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public TradeRecord[] TradesGetByLogin(
	int login,
	string group
)

Parameters

login
Type: SystemInt32
group
Type: SystemString

Return Value

Type: TradeRecord
See Also