tradx 0.7.13__py3-none-any.whl → 0.8__py3-none-any.whl

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.
tradx/marketDataEngine.py CHANGED
@@ -167,6 +167,10 @@ class marketDataEngine(MarketDataSocketClient):
167
167
  caller="marketDataEngine.__init__",
168
168
  )
169
169
 
170
+ async def on_event_instrument_change_partial(self, data):
171
+ """On receiving message code 1105:Instrument Change partial"""
172
+ return
173
+
170
174
  async def initialize(self) -> None:
171
175
  """
172
176
  Asynchronously initializes the market data engine.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tradx
3
- Version: 0.7.13
3
+ Version: 0.8
4
4
  Summary: A Package Designed to simplify strategy development on package xts-api-client
5
5
  Author-email: "jatin.kumawat" <jatin.kumawat@rmoneyindia.com>
6
6
  Requires-Python: >=3.12
@@ -2,7 +2,7 @@ tradx/__init__.py,sha256=MlWuula4lJZLPYPi4d5ZE9yoJnYWtgbZ0QsgWdWPwU0,53
2
2
  tradx/algoContainer.py,sha256=1IkVCIF_gXIby8z3pDdlVeUablh-PZVZ1EawyCB7oUs,3807
3
3
  tradx/dualHashMap.py,sha256=XsidIc3aMvpVGOvdfV7lOeZaLCWAD5i180BGyAfdYXE,1737
4
4
  tradx/interactiveEngine.py,sha256=ln7dT_S0HaFHA36AW5P0o6svYGSLlmBThheIhJQ6D34,38912
5
- tradx/marketDataEngine.py,sha256=W3EF-BSQX20jDm4kdVT9F6Qh1GAI2udO6Z3P280QIYM,37630
5
+ tradx/marketDataEngine.py,sha256=Fh4nsxDiG6LfTH7XdWyRmldp8Zq1TXQH_VuGaFMpQ7Y,37783
6
6
  tradx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  tradx/baseClass/baseAlgo.py,sha256=eUfFNlTB7rwgIt8pbU3qj7SlD5jOCgpnL4jXXFJQqa8,21012
8
8
  tradx/baseClass/candleData.py,sha256=tS-iAoRGwK2xVSvrqmNZPYeB63qD53oPPHaUDfJBWkk,2947
@@ -28,6 +28,6 @@ tradx/baseClass/tradeEvent.py,sha256=djunJW5AzjeMfJZVMlrFprplB7vrYBi-mmaR1TA0MK4
28
28
  tradx/constants/holidays.py,sha256=B4ee4bPFy-gBTKN6-G68Idf1n6HxoRcx72O92zSobcE,1200
29
29
  tradx/logger/logger.py,sha256=DfrjzwYkujTq7arksNTPcQeioXnwT1xgN659blhreog,3232
30
30
  tradx/logger/logger2.py,sha256=ebJ-qqnpnCqvyx1Cz1-kGGULtkH-hfrK6UNfa0bSlH8,2654
31
- tradx-0.7.13.dist-info/METADATA,sha256=XDDP1wPlfvlHrpu9S4aSz8m6WFVZfBpDryO-biPGFNM,2629
32
- tradx-0.7.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
33
- tradx-0.7.13.dist-info/RECORD,,
31
+ tradx-0.8.dist-info/METADATA,sha256=EhAFeqqzHVHnFMIAjFyB3rhHRLJZvDJMcKI0Jc84I98,2626
32
+ tradx-0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
33
+ tradx-0.8.dist-info/RECORD,,
File without changes