TesterDeposit
The special function that emulates depositing funds during a test. It can be used in some money management systems.
bool TesterDeposit(
double money
);
|
Parameters
money
[in] Money to be deposited to an account in the deposit currency.
Return Value
See also
TesterWithdrawal