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
);
|
Parameters
money
[in] The sum of money that we need to withdraw (in the deposit currency).
Return Value
See also
TesterDeposit