veighna-global / vnpy_binance

Binance trading gateway for VeighNa Evo
MIT License
236 stars 100 forks source link

無法正確使用在vnpy3.0 #21

Closed joshuahysu closed 2 years ago

joshuahysu commented 2 years ago

如題

class BinanceSpotGateway(BaseGateway): """ vn.py用于对接币安现货账户的交易接口。 """ default_name: str = "BinanceSpot" default_setting: Dict[str, Any] = { "key": "", "secret": "", "服务器": ["REAL", "TESTNET"], "代理地址": "", "代理端口": 0 }

其中一個是要修改
default_name
不知道還有沒有其他需要修改的
vn-crypto commented 2 years ago

hi, i just uploaded a new package which is called "vnpy_crypto" to add crypto currency exchange support.

also updated the default_name field for vnpy_binance.