Closed joshuahysu closed 2 years ago
如題
class BinanceSpotGateway(BaseGateway): """ vn.py用于对接币安现货账户的交易接口。 """ default_name: str = "BinanceSpot" default_setting: Dict[str, Any] = { "key": "", "secret": "", "服务器": ["REAL", "TESTNET"], "代理地址": "", "代理端口": 0 }
其中一個是要修改 default_name 不知道還有沒有其他需要修改的
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.
如題
class BinanceSpotGateway(BaseGateway): """ vn.py用于对接币安现货账户的交易接口。 """ default_name: str = "BinanceSpot" default_setting: Dict[str, Any] = { "key": "", "secret": "", "服务器": ["REAL", "TESTNET"], "代理地址": "", "代理端口": 0 }