20#ifndef ORES_TRADING_EVENTING_TRADE_CHANGED_EVENT_HPP
21#define ORES_TRADING_EVENTING_TRADE_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::trading::eventing {
62 static constexpr std::string_view name =
"ores.trading.trade_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:29
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:62
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44
Domain event indicating that trade data has changed.
Definition trade_changed_event.hpp:36
std::vector< std::string > trade_ids
UUIDs of trades that changed (as strings).
Definition trade_changed_event.hpp:45
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition trade_changed_event.hpp:40
std::string tenant_id
The tenant that owns the changed entity.
Definition trade_changed_event.hpp:50