Files
004_comission/kennethmak226/test/helloworld.py
louiscklaw a5027646c7 update,
2025-01-31 21:11:36 +08:00

8 lines
182 B
Python

from futu import *
quote_ctx = OpenQuoteContext(host='25.10.49.37', port=11111, is_encrypt=False)
# 结束后记得关闭当条连接,防止连接条数用尽
quote_ctx.close()