Files
kennethmak226/test/helloworld.py
louiscklaw db0d4cdc37 update,
2025-02-01 02:03:16 +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()