ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
trade_changed_event Struct Referencefinal

Domain event indicating that trade data has changed. More...

#include <trade_changed_event.hpp>

Collaboration diagram for trade_changed_event:
Collaboration graph

Public Attributes

std::chrono::system_clock::time_point timestamp
 The timestamp of when the change occurred (in UTC).
 
std::vector< std::string > trade_ids
 UUIDs of trades that changed (as strings).
 
std::string tenant_id
 The tenant that owns the changed entity.
 

Detailed Description

Domain event indicating that trade data has changed.

Published when any trade entity is created, updated, or deleted. Subscribers use the timestamp to query for changes since that point.