Click or drag to resize

ManagerInterfacePasswordChange Method

Changes the password for the manager account, which is used for the current connection to the trading server.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public void PasswordChange(
	string pass,
	int is_investor
)

Parameters

pass
Type: SystemString
is_investor
Type: SystemInt32
See Also