|
ORE Studio 0.0.4
|
Represents a low-level notification about a change to an entity at the repository level. More...
#include <entity_change_event.hpp>

Public Attributes | |
| std::string | entity |
| The fully qualified name of the entity that changed (e.g., "ores.refdata.currency"). | |
| std::chrono::system_clock::time_point | timestamp |
| The timestamp of when the change occurred (in UTC). | |
| std::vector< std::string > | entity_ids |
| Identifiers of the specific entities that changed. | |
Represents a low-level notification about a change to an entity at the repository level.
| std::vector<std::string> entity_ids |
Identifiers of the specific entities that changed.
For currencies, this contains ISO codes. For accounts, UUIDs. May be empty if the trigger doesn't provide specific IDs.