vnpy_futu icon indicating copy to clipboard operation
vnpy_futu copied to clipboard

VeighNa框架的富途证券交易接口

Results 3 vnpy_futu issues
Sort by recently updated
recently updated
newest added

连接HK_FUTURE接口会出现如下错误: Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.12/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/opt/homebrew/Cellar/[email protected]/3.10.12/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/opt/homebrew/lib/python3.10/site-packages/vnpy_futu/futu_gateway.py", line 162, in query_data self.query_order() File "/opt/homebrew/lib/python3.10/site-packages/vnpy_futu/futu_gateway.py",...

``` for ix, row in data.iterrows(): symbol, exchange = convert_symbol_futu2vt(row["code"]) contract: ContractData = ContractData( symbol=symbol, exchange=exchange, name=row["name"], product=product, size=row["lot_size"], pricetick=0.001, history_data=True, net_position=True, gateway_name=self.gateway_name, ) self.on_contract(contract) self.contracts[contract.vt_symbol] = contract ``` is...

ERROR: Could not find a version that satisfies the requirement vnpy_futu HI this package does not seem available on both aliyun and tuna.tsinghua pypi. Any chance it can be added?

help wanted