You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): update factory functions and managers to use ProjectXBase instead of ProjectX
- Update create_trading_suite and all factory functions to accept ProjectXBase
- Fix OrderManager, PositionManager, RealtimeDataManager, and OrderBook constructors
- Update all related protocols and type annotations
- Fix MultiTimeframeStrategy example to use ProjectXBase type
- Resolve linting errors for type compatibility across the entire codebase
- All tests pass successfully after type system updates
0 commit comments