refactor: aggregator

- simplified MarketDataAggregator and related models to functions
This commit is contained in:
2025-10-01 18:39:07 +02:00
parent ff1c701536
commit 020b22a756
6 changed files with 207 additions and 505 deletions

View File

@@ -1,4 +1,3 @@
from pydantic import BaseModel
class BaseWrapper: