This commit is contained in:
louiscklaw
2025-01-31 21:11:36 +08:00
parent fcbf2fd71d
commit a5027646c7
13 changed files with 504 additions and 0 deletions

View File

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