Expand description
Newtype wrappers for type safety in the trading system
This module provides strongly-typed wrappers for common identifiers to prevent mixing different ID types and improve code clarity.
Structsยง
- Client
Id - Unique identifier for a client
- OrderId
- Unique identifier for an order
- Position
Id - Unique identifier for a position
- Strategy
Id - Unique identifier for a strategy
- TradeId
- Unique identifier for a trade