hedgequantx 2.3.14 → 2.3.15

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.
package/dist/lib/api.jsc CHANGED
Binary file
package/dist/lib/api2.jsc CHANGED
Binary file
package/dist/lib/core.jsc CHANGED
Binary file
Binary file
package/dist/lib/data.jsc CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/lib/n/r1.jsc CHANGED
Binary file
package/dist/lib/n/r2.jsc CHANGED
Binary file
package/dist/lib/n/r3.jsc CHANGED
Binary file
package/dist/lib/n/r4.jsc CHANGED
Binary file
package/dist/lib/n/r5.jsc CHANGED
Binary file
package/dist/lib/n/r6.jsc CHANGED
Binary file
package/dist/lib/n/r7.jsc CHANGED
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.3.14",
3
+ "version": "2.3.15",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -197,9 +197,9 @@ class AlgoUI {
197
197
 
198
198
  this._line(chalk.cyan(GM));
199
199
 
200
- // Row 5: Platform | Propfirm
201
- const platform = stats.platform || 'ProjectX';
202
- const r5c1 = buildCell('Platform', platform, chalk.white, colL);
200
+ // Row 5: Connection | Propfirm
201
+ const connection = stats.platform || 'ProjectX';
202
+ const r5c1 = buildCell('Connection', connection, chalk.white, colL);
203
203
  const r5c2 = buildCell('Propfirm', stats.propfirm || 'N/A', chalk.cyan, colR);
204
204
  row(r5c1.padded, r5c2.padded);
205
205