Releases: veighna-global/vnpy_binance
Releases · veighna-global/vnpy_binance
2024.3.12
- Translate all comments and documents into English
- Use vnpy_evo as the core module instead of the original vnpy project
- Remove unnecessary _new_order_id function with using Lock
- Add sleep time to query_history function to avoid request rate limit problem
- Rename BinanceUsdtGateway to BinanceLinearGateway, but still provide a Compatibility interface
2021.10.27
- 修复行情订阅失败的问题
2021.10.23
- 移除委托时的reduceOnly字段
- 调整委托时只传递必传字段,修复市价委托的BUG
- 修复由于订阅逻辑导致的频繁断线重连BUG