TesterDeposit

The special function that emulates depositing funds during a test. It can be used in some money management systems.

bool  TesterDeposit(
   double money      // deposited sum
   );

Parameters

money

[in]  Money to be deposited to an account in the deposit currency.

Return Value

Returns true if successful, otherwise - false.

 

See also

TesterWithdrawal