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