We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
OrderSide 程序目前有2处定义: bitmex交易所的OrderSide、以及dripjs框架的OrderSide
OrderSide
import { Bitmex } from '@dripjs/exchanges'; const bitmexOrderSide: Bitmex.OrderSide; ...
import { OrderSide } from 'dripjs-bitmex'; const bitmexOrderSide: OrderSide; ...
所以并不是重复的问题,而是两种完全不相关的东西。
嗯 可能是个bug,我还没检查,现在先优先完成大的功能框架,这个以后有时间去修改
Sorry, something went wrong.
No branches or pull requests
"transactTime": "2019-03-09T12:16:23.853Z",
"timestamp": "2019-03-09T12:16:23.853Z"
...
The text was updated successfully, but these errors were encountered: