hedgequantx 2.6.22 → 2.6.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.22",
3
+ "version": "2.6.23",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -270,7 +270,7 @@ const launchAlgo = async (service, account, contract, config) => {
270
270
  if (tickSize !== null && tickValue !== null) {
271
271
  strategy.initialize(contractId, tickSize, tickValue);
272
272
  } else {
273
- algoLogger.warn(ui, 'WARNING', 'Tick size/value not available from API');
273
+ algoLogger.warning(ui, 'WARNING', 'Tick size/value not available from API');
274
274
  }
275
275
 
276
276
  // Initialize Position Manager for fast path