sdoosa-algo-trade-python icon indicating copy to clipboard operation
sdoosa-algo-trade-python copied to clipboard

Multiple instance of Zerodha Order Manager

Open connectjk opened this issue 2 years ago • 1 comments

In the trade manager, everytime when get order manager method called, its creating new instance. Similar to strategy, Zerodha order manager also should follow singleton pattern to avoid creating multiple instance.

connectjk avatar Jun 19 '22 05:06 connectjk

did you find the solution? if you are only using Zerodha, I think we can replace TradeManager.getOrderManager(). with ZerodhaOrderManager.?

suhasjkhadse avatar Nov 10 '23 21:11 suhasjkhadse