tradx 0.4__tar.gz → 0.5__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.
- {tradx-0.4 → tradx-0.5}/PKG-INFO +2 -2
- {tradx-0.4 → tradx-0.5}/pyproject.toml +2 -2
- {tradx-0.4 → tradx-0.5}/.gitignore +0 -0
- {tradx-0.4 → tradx-0.5}/.vscode/settings.json +0 -0
- {tradx-0.4 → tradx-0.5}/README.md +0 -0
- {tradx-0.4 → tradx-0.5}/examples/example1.log +0 -0
- {tradx-0.4 → tradx-0.5}/examples/example1.py +0 -0
- {tradx-0.4 → tradx-0.5}/examples/example2.log +0 -0
- {tradx-0.4 → tradx-0.5}/examples/example2.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/__init__.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/algoContainer.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/baseAlgo.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/candleData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/cmInstrument.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/futureInstrument.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/index.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/instrumentPropertyChangeData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/ltpData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/ltpPartialData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/marketDepthData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/marketStatusData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/openInterestData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/openInterestPartialData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/optionsInstrument.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/order.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/orderEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/position.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/positionEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/touchLineData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/touchLinePartialData.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/tradeConversionEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/baseClass/tradeEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/constants/holidays.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/dualHashMap.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/interactiveEngine.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/logger/logger.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/logger/logger2.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/marketDataEngine.py +0 -0
- {tradx-0.4 → tradx-0.5}/src/tradx/py.typed +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_candleData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_interactiveEngine.log +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_interactiveEngine.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_logger.log +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_logger.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_ltpData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_ltpPartailData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_marketDataEngine.log +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_marketDataEngine.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_marketDepthData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_marketStatusData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_openInterestData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_openInterestPartialData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_option.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_orderEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_positionEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_touchLineData.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_tradeConversionEvent.py +0 -0
- {tradx-0.4 → tradx-0.5}/test/test_tradeEvent.py +0 -0
{tradx-0.4 → tradx-0.5}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tradx
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5
|
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
|
@@ -8,7 +8,7 @@ Requires-Dist: aiohttp==3.11.11
|
|
8
8
|
Requires-Dist: pydantic==2.10.4
|
9
9
|
Requires-Dist: pytest==8.3.4
|
10
10
|
Requires-Dist: shortuuid==1.0.13
|
11
|
-
Requires-Dist: xts-api-client
|
11
|
+
Requires-Dist: xts-api-client==0.1.7
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
|
14
14
|
# Changelog
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "tradx"
|
3
|
-
version = "0.
|
3
|
+
version = "0.5"
|
4
4
|
description = "A Package Designed to simplify strategy development on package xts-api-client"
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
@@ -12,7 +12,7 @@ dependencies = [
|
|
12
12
|
"pydantic==2.10.4",
|
13
13
|
"pytest==8.3.4",
|
14
14
|
"shortuuid==1.0.13",
|
15
|
-
"xts-api-client
|
15
|
+
"xts-api-client==0.1.7",
|
16
16
|
]
|
17
17
|
|
18
18
|
[build-system]
|
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
|