Skip to content

Commit

Permalink
Merge pull request #202 from stoqey/issue201
Browse files Browse the repository at this point in the history
Issue "Decoding error on COMPLETED_ORDER #201" fixed
  • Loading branch information
rylorin authored Jan 11, 2024
2 parents 6b64492 + 2b445f6 commit 330d7c0
Show file tree
Hide file tree
Showing 16 changed files with 439 additions and 720 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exclude_patterns:
- "ref/"
- "src/tests"
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.format": true,
"source.organizeImports": true,
"source.sortPackageJson": true
"source.fixAll.eslint": "explicit",
"source.fixAll.format": "explicit",
"source.organizeImports": "explicit",
"source.sortPackageJson": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.11",
"@types/node": "^18.17.15",
"@types/source-map-support": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"ajv": "^8.12.0",
"eslint": "^8.51.0",
"eslint-plugin-jest": "^27.4.2",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-rxjs": "^5.0.3",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typedoc": "^0.25.7",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions src/common/errorCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export enum ErrorCode {
/** Order Canceled - reason: */
ORDER_CANCELLED = 202,

/** ou must subscribe for additional permissions to obtain precise results for scanner.Parameter:Most Active,Filter:Price;Real-Time Market Data:Pink Sheets */
SCANNER_LOW_PRECISION = 492,

/** Already connected. */
ALREADY_CONNECTED = 501,

Expand Down
Loading

0 comments on commit 330d7c0

Please sign in to comment.