20#ifndef ORES_ASSETS_EVENTING_ASSETS_CHANGED_EVENT_HPP
21#define ORES_ASSETS_EVENTING_ASSETS_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
64 static constexpr std::string_view name =
"ores.assets.assets_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:27
Event types for the assets module.
Definition assets_changed_event.hpp:28
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:57
Domain event indicating that asset data has changed.
Definition assets_changed_event.hpp:37
std::vector< std::string > iso_codes
ISO codes of currencies whose image mappings changed.
Definition assets_changed_event.hpp:52
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition assets_changed_event.hpp:44
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44