update,
This commit is contained in:
7
kennethmak226/test/helloworld.py
Normal file
7
kennethmak226/test/helloworld.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from futu import *
|
||||
|
||||
quote_ctx = OpenQuoteContext(host='25.10.49.37', port=11111, is_encrypt=False)
|
||||
|
||||
# 结束后记得关闭当条连接,防止连接条数用尽
|
||||
quote_ctx.close()
|
||||
|
Reference in New Issue
Block a user