|
ORE Studio 0.0.4
|
Domain event indicating that currency market tier data has changed. More...
#include <currency_market_tier_changed_event.hpp>

Public Attributes | |
| std::chrono::system_clock::time_point | timestamp |
| The timestamp of when the change occurred (in UTC). | |
| std::vector< std::string > | codes |
| Codes of currency market tiers that changed. | |
| std::string | tenant_id |
| The tenant that owns the changed entity. | |
Domain event indicating that currency market tier data has changed.
This event is published when any currency market tier entity is created, updated, or deleted in the database. Subscribers can use the timestamp to query for changes since that point.
| std::chrono::system_clock::time_point timestamp |
The timestamp of when the change occurred (in UTC).
Clients can use this timestamp to query the database for entities that have changed since this point.
| std::vector<std::string> codes |
Codes of currency market tiers that changed.
Contains the codes (e.g., "g10", "emerging") of currency market tiers that were created, updated, or deleted. May contain multiple codes for batch operations.