Event emitted when asset value changes.
More...
#include <event.hpp>
Event emitted when asset value changes.
Definition at line 85 of file event.hpp.
◆ AssetEvent()
| financesim::AssetEvent::AssetEvent |
( |
SimTime |
timestamp, |
|
|
std::string |
source_id, |
|
|
std::string |
asset_id, |
|
|
double |
value, |
|
|
double |
delta |
|
) |
| |
|
inline |
◆ asset_id()
| const std::string & financesim::AssetEvent::asset_id |
( |
| ) |
const |
|
inline |
◆ delta()
| double financesim::AssetEvent::delta |
( |
| ) |
const |
|
inline |
◆ type_name()
| const char * financesim::AssetEvent::type_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ value()
| double financesim::AssetEvent::value |
( |
| ) |
const |
|
inline |
◆ asset_id_
| std::string financesim::AssetEvent::asset_id_ |
|
private |
◆ delta_
| double financesim::AssetEvent::delta_ |
|
private |
◆ value_
| double financesim::AssetEvent::value_ |
|
private |
The documentation for this class was generated from the following file: