Click or drag to resize

MT4ManagerDeposit Method

Deposit and withdraw

Namespace:  mtapi.be.MT4ManagerNetApi
Assembly:  MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Deposit(
	int login,
	double amount,
	string comment,
	bool credit = false
)

Parameters

login
Type: SystemInt32
amount
Type: SystemDouble
comment
Type: SystemString
credit (Optional)
Type: SystemBoolean
See Also