Event emitted when an account balance changes.
More...
#include <event.hpp>
Event emitted when an account balance changes.
Definition at line 129 of file event.hpp.
◆ AccountEvent()
| financesim::AccountEvent::AccountEvent |
( |
SimTime |
timestamp, |
|
|
std::string |
source_id, |
|
|
std::string |
account_id, |
|
|
double |
balance, |
|
|
double |
delta, |
|
|
std::string |
reason |
|
) |
| |
|
inline |
◆ account_id()
| const std::string & financesim::AccountEvent::account_id |
( |
| ) |
const |
|
inline |
◆ balance()
| double financesim::AccountEvent::balance |
( |
| ) |
const |
|
inline |
◆ delta()
| double financesim::AccountEvent::delta |
( |
| ) |
const |
|
inline |
◆ reason()
| const std::string & financesim::AccountEvent::reason |
( |
| ) |
const |
|
inline |
◆ type_name()
| const char * financesim::AccountEvent::type_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ account_id_
| std::string financesim::AccountEvent::account_id_ |
|
private |
◆ balance_
| double financesim::AccountEvent::balance_ |
|
private |
◆ delta_
| double financesim::AccountEvent::delta_ |
|
private |
◆ reason_
| std::string financesim::AccountEvent::reason_ |
|
private |
The documentation for this class was generated from the following file: