(20250123) Made a common API to disable all integrations.

This commit is contained in:
2025-01-23 12:29:03 +05:30
parent 816789fce5
commit fe48b79c09
20 changed files with 663 additions and 36 deletions
@@ -137,11 +137,8 @@ class ICICIBreezeTradingController(TradingController):
:return: None.
"""
# Declare the client:
this_client = self.CLIENT_NAME
# Prepare base filter:
this_filter = {"client": this_client}
this_filter = {"client": self.CLIENT_NAME}
# Invoke the parent's constructor:
super().__init__(
@@ -155,7 +152,7 @@ class ICICIBreezeTradingController(TradingController):
)
# Init a variable in a parent:
self._client = this_client
self._client = self.CLIENT_NAME
# ┏┓ ┓
# ┣┫┓┏╋┣┓