TesterWithdrawal

The special function to emulate the operation of money withdrawal in the process of testing. Can be used in some asset management systems.

bool  TesterWithdrawal(
   double money      // the sum to withdraw
   );

Parameters

money

[in]  The sum of money that we need to withdraw (in the deposit currency).

Return Value

If successful, returns true, otherwise - false.

 

See also

TesterDeposit