trading-data
Trading data repository layer for the high-frequency trading system.
Key Types
PostgresOrderRepository— PostgreSQL-backed order storageOrderRepositorytrait — order CRUD operations- Position and execution tracking
Usage
use trading_data::PostgresOrderRepository;
let repo = PostgresOrderRepository::new(pool).await?;