Skip to content

Releases: veighna-global/vnpy_binance

2024.3.12

12 Mar 05:27
Compare
Choose a tag to compare
  1. Translate all comments and documents into English
  2. Use vnpy_evo as the core module instead of the original vnpy project
  3. Remove unnecessary _new_order_id function with using Lock
  4. Add sleep time to query_history function to avoid request rate limit problem
  5. Rename BinanceUsdtGateway to BinanceLinearGateway, but still provide a Compatibility interface

2021.10.27

27 Oct 06:30
Compare
Choose a tag to compare
  1. 修复行情订阅失败的问题

2021.10.23

23 Oct 13:41
Compare
Choose a tag to compare
  1. 移除委托时的reduceOnly字段
  2. 调整委托时只传递必传字段,修复市价委托的BUG
  3. 修复由于订阅逻辑导致的频繁断线重连BUG

2021.8.15

15 Aug 13:55
Compare
Choose a tag to compare
  1. 首次发布vnpy_binance