hyperquant 0.57__py3-none-any.whl → 0.59__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.
@@ -213,7 +213,7 @@ class Detail(DataStore):
213
213
  "io": detail.get("io"),
214
214
  "contract_sz": detail.get("cs"),
215
215
  "minv": detail.get("minV"),
216
- "maxv": detail.get("maxV")
216
+ "maxv": detail.get("maxV"),
217
217
  "online_time": detail.get("tcd")
218
218
  }
219
219
  )
@@ -70,11 +70,15 @@ class OurbitSwap:
70
70
 
71
71
  for symbol in symbols:
72
72
  step = self.store.detail.find({"symbol": symbol})[0].get("tick_size")
73
+ step_str = str(Decimal(str(step)).normalize())
73
74
 
74
75
  send_jsons.append(
75
76
  {
76
77
  "method": "sub.depth.step",
77
- "param": {"symbol": symbol, "step": str(step)},
78
+ "param": {
79
+ "symbol": symbol,
80
+ "step": step_str,
81
+ },
78
82
  }
79
83
  )
80
84
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperquant
3
- Version: 0.57
3
+ Version: 0.59
4
4
  Summary: A minimal yet hyper-efficient backtesting framework for quantitative trading
5
5
  Project-URL: Homepage, https://github.com/yourusername/hyperquant
6
6
  Project-URL: Issues, https://github.com/yourusername/hyperquant/issues
@@ -6,16 +6,16 @@ hyperquant/logkit.py,sha256=nUo7nx5eONvK39GOhWwS41zNRL756P2J7-5xGzwXnTY,8462
6
6
  hyperquant/notikit.py,sha256=x5yAZ_tAvLQRXcRbcg-VabCaN45LUhvlTZnUqkIqfAA,3596
7
7
  hyperquant/broker/auth.py,sha256=oA9Yw1I59-u0Tnoj2e4wUup5q8V5T2qpga5RKbiAiZI,2614
8
8
  hyperquant/broker/hyperliquid.py,sha256=7MxbI9OyIBcImDelPJu-8Nd53WXjxPB5TwE6gsjHbto,23252
9
- hyperquant/broker/ourbit.py,sha256=QZ0B_IrwIUFbztRa8Yebk2H6yqT5ui2-geQbNt4I-K8,18099
9
+ hyperquant/broker/ourbit.py,sha256=NUcDSIttf-HGWzoW1uBTrGLPHlkuemMjYCm91MigTno,18228
10
10
  hyperquant/broker/ws.py,sha256=umRzxwCaZaRIgIq4YY-AuA0wCXFT0uOBmQbIXFY8CK0,1555
11
11
  hyperquant/broker/lib/hpstore.py,sha256=LnLK2zmnwVvhEbLzYI-jz_SfYpO1Dv2u2cJaRAb84D8,8296
12
12
  hyperquant/broker/lib/hyper_types.py,sha256=HqjjzjUekldjEeVn6hxiWA8nevAViC2xHADOzDz9qyw,991
13
13
  hyperquant/broker/models/hyperliquid.py,sha256=c4r5739ibZfnk69RxPjQl902AVuUOwT8RNvKsMtwXBY,9459
14
- hyperquant/broker/models/ourbit.py,sha256=Br1vRCxfBidQ9x_GOM9BiUJBQQnDkTQdwJKgB4Vy660,41978
14
+ hyperquant/broker/models/ourbit.py,sha256=6j6wc2QQsn25hpRk_yVGJm-v_YyiHh-Yq6VNWt39mkY,41979
15
15
  hyperquant/datavison/_util.py,sha256=92qk4vO856RqycO0YqEIHJlEg-W9XKapDVqAMxe6rbw,533
16
16
  hyperquant/datavison/binance.py,sha256=3yNKTqvt_vUQcxzeX4ocMsI5k6Q6gLZrvgXxAEad6Kc,5001
17
17
  hyperquant/datavison/coinglass.py,sha256=PEjdjISP9QUKD_xzXNzhJ9WFDTlkBrRQlVL-5pxD5mo,10482
18
18
  hyperquant/datavison/okx.py,sha256=yg8WrdQ7wgWHNAInIgsWPM47N3Wkfr253169IPAycAY,6898
19
- hyperquant-0.57.dist-info/METADATA,sha256=VJH0CnWYBXcMQxR04L40VW8M4-fzIs2L0vWITKby1SA,4317
20
- hyperquant-0.57.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- hyperquant-0.57.dist-info/RECORD,,
19
+ hyperquant-0.59.dist-info/METADATA,sha256=2AsJ7yBJN3HSrPXOAOmTOJNWAW2-7K0G-Xj5-26Hci0,4317
20
+ hyperquant-0.59.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ hyperquant-0.59.dist-info/RECORD,,