Qubx 0.6.31__cp312-cp312-manylinux_2_39_x86_64.whl → 0.6.32__cp312-cp312-manylinux_2_39_x86_64.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.
Potentially problematic release.
This version of Qubx might be problematic. Click here for more details.
- qubx/connectors/ccxt/exchanges/bitfinex/bitfinex.py +0 -2
- qubx/connectors/ccxt/exchanges/bitfinex/bitfinex_account.py +0 -2
- qubx/core/series.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/core/utils.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so +0 -0
- {qubx-0.6.31.dist-info → qubx-0.6.32.dist-info}/METADATA +1 -1
- {qubx-0.6.31.dist-info → qubx-0.6.32.dist-info}/RECORD +10 -10
- {qubx-0.6.31.dist-info → qubx-0.6.32.dist-info}/LICENSE +0 -0
- {qubx-0.6.31.dist-info → qubx-0.6.32.dist-info}/WHEEL +0 -0
- {qubx-0.6.31.dist-info → qubx-0.6.32.dist-info}/entry_points.txt +0 -0
|
@@ -62,11 +62,9 @@ class BitfinexF(cxp.bitfinex):
|
|
|
62
62
|
|
|
63
63
|
async def watch_orders(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Order]:
|
|
64
64
|
response = await super().watch_orders(symbol, since, limit, params)
|
|
65
|
-
print(response)
|
|
66
65
|
return response
|
|
67
66
|
|
|
68
67
|
def parse_ws_order_status(self, status):
|
|
69
|
-
print(status)
|
|
70
68
|
statuses: dict = {
|
|
71
69
|
"ACTIVE": "open",
|
|
72
70
|
"CANCELED": "canceled",
|
|
@@ -24,9 +24,7 @@ class BitfinexAccountProcessor(CcxtAccountProcessor):
|
|
|
24
24
|
trades = await self.exchange.watch_my_trades()
|
|
25
25
|
for trade in trades: # type: ignore
|
|
26
26
|
instrument = ccxt_find_instrument(trade["symbol"], self.exchange, _symbol_to_instrument)
|
|
27
|
-
print(trade)
|
|
28
27
|
deals = ccxt_extract_deals_from_exec({"trades": [trade]})
|
|
29
|
-
print(deals)
|
|
30
28
|
channel.send((instrument, "deals", deals, False))
|
|
31
29
|
|
|
32
30
|
await asyncio.gather(
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -25,8 +25,8 @@ qubx/connectors/ccxt/exceptions.py,sha256=OfZc7iMdEG8uLorcZta2NuEuJrSIqi0FG7IICm
|
|
|
25
25
|
qubx/connectors/ccxt/exchanges/__init__.py,sha256=wtRH7g2PWyX-AT_LkM29UHpq021L5dFi2SVvdbUpLCk,1756
|
|
26
26
|
qubx/connectors/ccxt/exchanges/binance/broker.py,sha256=BB2V82zaOm1EjP3GrsOqQQMeGpml6-w23iv7goKrjyU,2111
|
|
27
27
|
qubx/connectors/ccxt/exchanges/binance/exchange.py,sha256=ywmf373kVkXXw0h1PTqi7dg_3-sb7ZYKC8Y3qTmDtsY,24561
|
|
28
|
-
qubx/connectors/ccxt/exchanges/bitfinex/bitfinex.py,sha256=
|
|
29
|
-
qubx/connectors/ccxt/exchanges/bitfinex/bitfinex_account.py,sha256=
|
|
28
|
+
qubx/connectors/ccxt/exchanges/bitfinex/bitfinex.py,sha256=__CePe3CJ3ilnR3K2GkPkV5gXB5a9UNM--TB5ipJekc,6779
|
|
29
|
+
qubx/connectors/ccxt/exchanges/bitfinex/bitfinex_account.py,sha256=zrnA6GJiNddoM5JF-SlFFO4FpITDO5rGaU9ipshUvAY,1603
|
|
30
30
|
qubx/connectors/ccxt/exchanges/kraken/kraken.py,sha256=RFrnvr1L1NZYoKYWR5_L8vVkpMXtY7UDkWRnHeoasDU,351
|
|
31
31
|
qubx/connectors/ccxt/factory.py,sha256=T0cMSH5m6-T2LXrbZHM9uCSOYOfZf-bh1fAOXAoFhF4,3226
|
|
32
32
|
qubx/connectors/ccxt/reader.py,sha256=qaZIaOZkRf3Rz31ZrEqqAv4kATk5zDlSq-LK1jziBs8,8314
|
|
@@ -52,11 +52,11 @@ qubx/core/mixins/processing.py,sha256=dqehukrfqcLy5BeILKnkpHCvva4SbLKj1ZbQdnByu1
|
|
|
52
52
|
qubx/core/mixins/subscription.py,sha256=V_g9wCPQ8S5SHkU-qOZ84cV5nReAUrV7DoSNAGG0LPY,10372
|
|
53
53
|
qubx/core/mixins/trading.py,sha256=idfRPaqrvkfMxzu9mXr9i_xfqLee-ZAOrERxkxv6Ruo,7256
|
|
54
54
|
qubx/core/mixins/universe.py,sha256=L3s2Jw46_J1iDh4622Gk_LvCjol4W7mflBwEHrLfZEw,9899
|
|
55
|
-
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
55
|
+
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=oehBgFUs9jpLx3bcjBxprd7Uhh7MY-G82t0cR1rOQpU,978280
|
|
56
56
|
qubx/core/series.pxd,sha256=jBdMwgO8J4Zrue0e_xQ5RlqTXqihpzQNu6V3ckZvvpY,3978
|
|
57
57
|
qubx/core/series.pyi,sha256=RaHm_oHHiWiNUMJqVfx5FXAXniGLsHxUFOUpacn7GC0,4604
|
|
58
58
|
qubx/core/series.pyx,sha256=7cM3zZThW59waHiYcZmMxvYj-HYD7Ej_l7nKA4emPjE,46477
|
|
59
|
-
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
59
|
+
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=o27npU4ahnE2ZzpvWqYS2BIk62pZwaSsQVIledvoo0U,86568
|
|
60
60
|
qubx/core/utils.pyi,sha256=a-wS13V2p_dM1CnGq40JVulmiAhixTwVwt0ah5By0Hc,348
|
|
61
61
|
qubx/core/utils.pyx,sha256=k5QHfEFvqhqWfCob89ANiJDKNG8gGbOh-O4CVoneZ8M,1696
|
|
62
62
|
qubx/data/__init__.py,sha256=ELZykvpPGWc5rX7QoNyNQwMLgdKMG8MACOByA4pM5hA,549
|
|
@@ -117,7 +117,7 @@ qubx/restorers/signal.py,sha256=DBLqA7vDhoMTAzUC4N9UerrO0GbjeHdTeMoCz7U7iI8,6621
|
|
|
117
117
|
qubx/restorers/state.py,sha256=duXyEHQhS1zdNdo3VKscMhieZ5sYNlfE4S_pPXQ1Tuw,4109
|
|
118
118
|
qubx/restorers/utils.py,sha256=We2gfqwQKWziUYhuUnjb-xo-5tSlbuHWpPQn0CEMTn0,1155
|
|
119
119
|
qubx/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
|
-
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
120
|
+
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=uvKuYIwk0Ga53if2q-t0nhBBpp99CBAlFu50268sF0o,654440
|
|
121
121
|
qubx/ta/indicators.pxd,sha256=Goo0_N0Xnju8XGo3Xs-3pyg2qr_0Nh5C-_26DK8U_IE,4224
|
|
122
122
|
qubx/ta/indicators.pyi,sha256=19W0uERft49In5bf9jkJHkzJYEyE9gzudN7_DJ5Vdv8,1963
|
|
123
123
|
qubx/ta/indicators.pyx,sha256=Xgpew46ZxSXsdfSEWYn3A0Q35MLsopB9n7iyCsXTufs,25969
|
|
@@ -154,8 +154,8 @@ qubx/utils/runner/factory.py,sha256=vQ2dBTbrQE9YH__-TvuFzGF-E1li-vt_qQum9GHa11g,
|
|
|
154
154
|
qubx/utils/runner/runner.py,sha256=X6KxzcrnBFhS9nyyid7M9dYGiZ_2f1_b_j5Ksa3DRn8,29314
|
|
155
155
|
qubx/utils/time.py,sha256=J0ZFGjzFL5T6GA8RPAel8hKG0sg2LZXeQ5YfDCfcMHA,10055
|
|
156
156
|
qubx/utils/version.py,sha256=e52fIHyxzCiIuH7svCF6pkHuDlqL64rklqz-2XjWons,5309
|
|
157
|
-
qubx-0.6.
|
|
158
|
-
qubx-0.6.
|
|
159
|
-
qubx-0.6.
|
|
160
|
-
qubx-0.6.
|
|
161
|
-
qubx-0.6.
|
|
157
|
+
qubx-0.6.32.dist-info/LICENSE,sha256=qwMHOSJ2TD0nx6VUJvFhu1ynJdBfNozRMt6tnSul-Ts,35140
|
|
158
|
+
qubx-0.6.32.dist-info/METADATA,sha256=Rnd_rW6kc9cCNhYNfguzJCU6Nr6V7aIqBpSiR9s7oJM,4444
|
|
159
|
+
qubx-0.6.32.dist-info/WHEEL,sha256=XjdW4AGUgFDhpG9b3b2KPhtR_JLZvHyfemLgJJwcqOI,110
|
|
160
|
+
qubx-0.6.32.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
|
|
161
|
+
qubx-0.6.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|