文件名称:node-tda:用于TDA的NodeJS API
文件大小:75KB
文件格式:ZIP
更新时间:2024-04-15 04:35:55
async promise stock callback td
tda节点
方便的库。
状态
用法
安装
npm install node-tda
命令行界面
为了方便起见,您可以运行certs脚本来生成自签名证书。 npm run certs
对于oauth登录,运行: tda_authenticate --CONSUMER_KEY="
【文件预览】:
node-tda-master
----package.json(1KB)
----.eslintrc.json(540B)
----.github()
--------workflows()
----test()
--------lib()
--------helpers()
--------cli()
----.nycrc(232B)
----LICENSE(728B)
----package-lock.json(141KB)
----.gitignore(48B)
----lib()
--------index.js(470B)
--------instruments.js(4KB)
--------transaction-history.js(3KB)
--------price-history.js(3KB)
--------movers.js(2KB)
--------quotes.js(2KB)
--------user-info-and-preferences.js(476B)
--------watchlist.js(606B)
--------market-hours.js(3KB)
--------accounts.js(3KB)
--------option-chains.js(5KB)
--------saved-orders.js(5KB)
--------authenticate.js(4KB)
--------orders.js(8KB)
----README.md(3KB)
----req.cnf(347B)
----helpers()
--------index.js(83B)
--------axios.js(413B)
----cli()
--------authenticate.js(620B)