mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +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.