stock-sdk 1.0.4 → 1.1.0
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/README.md +2 -2
- package/dist/index.cjs +1 -5837
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -5809
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,8 +114,8 @@ console.log(quotes[0].price); // 111.70
|
|
|
114
114
|
**参数**
|
|
115
115
|
|
|
116
116
|
- `options` — 可选配置对象
|
|
117
|
-
- `batchSize` — 单次请求的股票数量,默认 `
|
|
118
|
-
- `concurrency` — 最大并发请求数,默认 `
|
|
117
|
+
- `batchSize` — 单次请求的股票数量,默认 `700`
|
|
118
|
+
- `concurrency` — 最大并发请求数,默认 `7`
|
|
119
119
|
- `onProgress` — 进度回调函数 `(completed: number, total: number) => void`
|
|
120
120
|
|
|
121
121
|
**示例**
|