vnpy/vn.cs/hshlp/Hsconfig.ini

54 lines
1.3 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[t2sdk]
; 客户端要连接的服务端的IP和端口可以配置一个或多个中间以;分割,连接初始化时,会从这串服务端地址中,随即选择一个作为要建立连接的服务端
servers=114.251.228.136:20008
; 接收缓存的初始大小,单位字节,实际接收到服务端的数据时,可能会扩大(如果需要)
init_recv_buf_size=512
; 每块发送缓存的初始大小,单位字节,该大小也会根据需要动态扩大
init_send_buf_size=512
; 发送队列的大小,该大小不会动态变化,若该配置项很小,且连接发包很频繁,则可能
; 因为发送队列满而造成发送失败
send_queue_size=1000
; lang用于指定T2_SDK错误信息的语言ID2052为简体中文1033为英文
; 默认为2052
lang=2052
; 此配置项请参看“注意事项”
event_count=10
; 许可证文件的路径默认为当前目录下的license.dat。
license_file=./license.dat
[proxy]
; 可配置采用何种代理配置http/socks4/socks5空表示不采用代理
proxy_type=
; 代理服务器的IP地址
ip=
port=
; 登陆代理服务器的用户名
user_name=guest
password=
[safe]
; 连接的安全模式明文none通信密码pwdSSLssl
; 注意大小写敏感
safe_level=none
; 当连接的安全模式为pwd时client_id配置项才生效
client_id=
; 在pwd模式下当client_id为空时comm_pwd为默认的密钥
; 注意当client_id为空时comm_pwd必须和服务端的配置一致方可正常使用目前服务
; 端的配置为888888
comm_pwd=888888
; 当连接的安全模式为ssl时cert_file和cert_pwd配置项才生效
; 证书文件路径
cert_file=xxx.pem
cert_pwd=xxxxxxxx