hedgequantx 2.9.79 → 2.9.80
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
|
@@ -124,7 +124,7 @@ class RithmicConnection extends EventEmitter {
|
|
|
124
124
|
appVersion: this.config.appVersion || '1.0.0',
|
|
125
125
|
systemName: this.config.systemName,
|
|
126
126
|
infraType: INFRA_TYPE[infraType],
|
|
127
|
-
macAddr: [
|
|
127
|
+
macAddr: ['00:00:00:00:00:00'],
|
|
128
128
|
osVersion: os.release(),
|
|
129
129
|
osPlatform: os.platform(),
|
|
130
130
|
});
|
|
@@ -42,8 +42,8 @@ const PROPFIRM_CONFIGS = {
|
|
|
42
42
|
lucidtrading: { name: 'Lucid Trading', systemName: RITHMIC_SYSTEMS.LUCID_TRADING, gateway: RITHMIC_ENDPOINTS.CHICAGO },
|
|
43
43
|
thrivetrading: { name: 'Thrive Trading', systemName: RITHMIC_SYSTEMS.THRIVE_TRADING, gateway: RITHMIC_ENDPOINTS.CHICAGO },
|
|
44
44
|
legendstrading: { name: 'Legends Trading', systemName: RITHMIC_SYSTEMS.LEGENDS_TRADING, gateway: RITHMIC_ENDPOINTS.CHICAGO },
|
|
45
|
-
// Rithmic Paper Trading - uses
|
|
46
|
-
rithmic_paper: { name: 'Rithmic Paper Trading', systemName: RITHMIC_SYSTEMS.PAPER, gateway: RITHMIC_ENDPOINTS.
|
|
45
|
+
// Rithmic Paper Trading - uses CHICAGO endpoint (PAPER endpoint deprecated)
|
|
46
|
+
rithmic_paper: { name: 'Rithmic Paper Trading', systemName: RITHMIC_SYSTEMS.PAPER, gateway: RITHMIC_ENDPOINTS.CHICAGO },
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
/**
|