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
)
Public Sub Deposit (
login As Integer,
amount As Double,
comment As String,
Optional credit As Boolean = false
)
public:
void Deposit(
int login,
double amount,
String^ comment,
bool credit = false
)
member Deposit :
login : int *
amount : float *
comment : string *
?credit : bool
(* Defaults:
let _credit = defaultArg credit false
*)
-> unit
Parameters
- login
- Type: SystemInt32
- amount
- Type: SystemDouble
- comment
- Type: SystemString
- credit (Optional)
- Type: SystemBoolean
See Also