quantplay 2.0.93__tar.gz → 2.0.94__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {quantplay-2.0.93 → quantplay-2.0.94}/PKG-INFO +1 -1
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/dhan.py +1 -2
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay.egg-info/PKG-INFO +1 -1
- {quantplay-2.0.93 → quantplay-2.0.94}/setup.py +1 -1
- {quantplay-2.0.93 → quantplay-2.0.94}/README.md +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/pyproject.toml +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/aliceblue.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/angelone.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/auto_login/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/auto_login/aliceblue.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/broker_factory.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/finvasia_utils/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/finvasia_utils/fa_noren.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/five_paisa.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/flattrade.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/ft_utils/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/ft_utils/flattrade_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/ft_utils/ft_noren.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/generics/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/generics/broker.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/iifl_xts.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/kite_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/kotak.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/motilal.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/noren.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/shoonya.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/uplink/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/uplink/uplink_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/upstox.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/xts.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/xts_utils/Connect.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/xts_utils/Exception.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/xts_utils/InteractiveSocketClient.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/xts_utils/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/broker/zerodha.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/exception/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/exception/exceptions.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/model/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/model/broker.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/model/generics.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/model/instrument_data.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/model/order_event.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/py.typed +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/caching.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/constant.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/exchange.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/number_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/pickle_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/utils/selenium_utils.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/wrapper/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay/wrapper/aws/s3.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay.egg-info/SOURCES.txt +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay.egg-info/dependency_links.txt +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay.egg-info/requires.txt +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/quantplay.egg-info/top_level.txt +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/setup.cfg +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/tests/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/tests/conftest.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/tests/wrapper/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/tests/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.93 → quantplay-2.0.94}/tests/wrapper/aws/s3_test.py +0 -0
|
@@ -151,8 +151,7 @@ class Dhan(Broker):
|
|
|
151
151
|
return dhanhq.CNC
|
|
152
152
|
elif product == "MIS":
|
|
153
153
|
return dhanhq.INTRA
|
|
154
|
-
|
|
155
|
-
raise InvalidArgumentException(f"Product {product} not supported for trading")
|
|
154
|
+
return product
|
|
156
155
|
|
|
157
156
|
def get_symbol(self, symbol: str, exchange: ExchangeType | None = None):
|
|
158
157
|
if symbol not in self.quantplay_symbol_map:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|