Click or drag to resize

MT4ManagerTradesGetByLogin Method

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

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

Parameters

login
Type: SystemInt32
group
Type: SystemString

Return Value

Type: TradeRecord
See Also