mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
TradingAlgorithm always uses set_algo_instance in pairs of set_algo_instance(self) and set_algo_instance(None). Refactoring this to use a context manager.