Event emitted when funds are transferred between accounts.
More...
#include <event.hpp>
Event emitted when funds are transferred between accounts.
Definition at line 155 of file event.hpp.
◆ TransferEvent()
| financesim::TransferEvent::TransferEvent |
( |
SimTime |
timestamp, |
|
|
std::string |
source_id, |
|
|
std::string |
from_account, |
|
|
std::string |
to_account, |
|
|
double |
amount, |
|
|
std::string |
reason |
|
) |
| |
|
inline |
◆ amount()
| double financesim::TransferEvent::amount |
( |
| ) |
const |
|
inline |
◆ from_account()
| const std::string & financesim::TransferEvent::from_account |
( |
| ) |
const |
|
inline |
◆ reason()
| const std::string & financesim::TransferEvent::reason |
( |
| ) |
const |
|
inline |
◆ to_account()
| const std::string & financesim::TransferEvent::to_account |
( |
| ) |
const |
|
inline |
◆ type_name()
| const char * financesim::TransferEvent::type_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ amount_
| double financesim::TransferEvent::amount_ |
|
private |
◆ from_account_
| std::string financesim::TransferEvent::from_account_ |
|
private |
◆ reason_
| std::string financesim::TransferEvent::reason_ |
|
private |
◆ to_account_
| std::string financesim::TransferEvent::to_account_ |
|
private |
The documentation for this class was generated from the following file: