unicex 0.13.12__py3-none-any.whl → 0.13.13__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.
- unicex/gate/adapter.py +7 -7
- {unicex-0.13.12.dist-info → unicex-0.13.13.dist-info}/METADATA +1 -1
- {unicex-0.13.12.dist-info → unicex-0.13.13.dist-info}/RECORD +6 -6
- {unicex-0.13.12.dist-info → unicex-0.13.13.dist-info}/WHEEL +0 -0
- {unicex-0.13.12.dist-info → unicex-0.13.13.dist-info}/licenses/LICENSE +0 -0
- {unicex-0.13.12.dist-info → unicex-0.13.13.dist-info}/top_level.txt +0 -0
unicex/gate/adapter.py
CHANGED
|
@@ -115,14 +115,14 @@ class Adapter:
|
|
|
115
115
|
KlineDict(
|
|
116
116
|
s=symbol,
|
|
117
117
|
t=int(kline[0]),
|
|
118
|
-
o=float(kline[
|
|
119
|
-
h=float(kline[
|
|
120
|
-
l=float(kline[
|
|
121
|
-
c=float(kline[
|
|
122
|
-
v=float(kline[
|
|
123
|
-
q=float(kline[
|
|
118
|
+
o=float(kline[5]),
|
|
119
|
+
h=float(kline[3]),
|
|
120
|
+
l=float(kline[4]),
|
|
121
|
+
c=float(kline[2]),
|
|
122
|
+
v=float(kline[6]),
|
|
123
|
+
q=float(kline[1]),
|
|
124
124
|
T=None,
|
|
125
|
-
x=
|
|
125
|
+
x=kline[7] == "true",
|
|
126
126
|
)
|
|
127
127
|
for kline in sorted(
|
|
128
128
|
raw_data,
|
|
@@ -37,7 +37,7 @@ unicex/bybit/uni_websocket_manager.py,sha256=OpnvWD0xZ8T_By0HZCSg3jWoZqScRATAsku
|
|
|
37
37
|
unicex/bybit/user_websocket.py,sha256=IGGEnwyWs5jOppgK_R7SisBDvsiF1_piTswBrdQOgDg,128
|
|
38
38
|
unicex/bybit/websocket_manager.py,sha256=ePHvngoqoVPr6p-BayoEGhCuRK-cJ69CAPzF94qTalQ,15404
|
|
39
39
|
unicex/gate/__init__.py,sha256=dsKvhQhDcw4_w0S4c9IjKkCoOg4DCUtSecEUOlfstug,929
|
|
40
|
-
unicex/gate/adapter.py,sha256=
|
|
40
|
+
unicex/gate/adapter.py,sha256=Kr04kfz7Dl1GF2QXHFnuhkc5GaYvEss1Q10ajkm_8Jg,6856
|
|
41
41
|
unicex/gate/client.py,sha256=bhWkYBn5B4JKpLRfQERTVzisiCSg7mMi6mM0kh4Hes4,53760
|
|
42
42
|
unicex/gate/exchange_info.py,sha256=ANzfe4mqxtLnj2TBJJxoc31KUosvxdApp1_xYrRNQDs,2300
|
|
43
43
|
unicex/gate/uni_client.py,sha256=zJrxzWqp0g4hYV0kUKQRfWxMHcWoAnhgB4B5t_MfOng,9644
|
|
@@ -86,8 +86,8 @@ unicex/okx/uni_client.py,sha256=E_Wod0JSGt1K6k1mAIWnOv350pELbv-nic7g1KgOuos,8694
|
|
|
86
86
|
unicex/okx/uni_websocket_manager.py,sha256=b4f_QjA64DJmENQdIGb5IOVc7kvit7KMCdWeCmRbxGY,9326
|
|
87
87
|
unicex/okx/user_websocket.py,sha256=8c9kpm-xVa729pW93OKUGLHaE9MY0uzEpjIgNIFRF80,126
|
|
88
88
|
unicex/okx/websocket_manager.py,sha256=wROXTUDqKzOE-wDnCtXso_MC4SzfPuPols5aPg_Z3y4,26027
|
|
89
|
-
unicex-0.13.
|
|
90
|
-
unicex-0.13.
|
|
91
|
-
unicex-0.13.
|
|
92
|
-
unicex-0.13.
|
|
93
|
-
unicex-0.13.
|
|
89
|
+
unicex-0.13.13.dist-info/licenses/LICENSE,sha256=lNNK4Vqak9cXm6qVJLhbqS7iR_BMj6k7fd7XQ6l1k54,1507
|
|
90
|
+
unicex-0.13.13.dist-info/METADATA,sha256=CIX3EuOngPQGcHho08jh9aYgcCafAfIvCz9epQVRUS4,11753
|
|
91
|
+
unicex-0.13.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
92
|
+
unicex-0.13.13.dist-info/top_level.txt,sha256=_7rar-0OENIg4KRy6cgjWiebFYAJhjKEcMggAocGWG4,7
|
|
93
|
+
unicex-0.13.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|