Skip to content

Commit b1cd55d

Browse files
committed
modify client config comment
1 parent ff068a9 commit b1cd55d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tigeropen/examples/client_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ def get_client_config():
1818
client_config = TigerOpenClientConfig(sandbox_debug=is_sandbox)
1919
client_config.private_key = read_private_key('your private key file path')
2020
client_config.tiger_id = 'your tiger id'
21-
client_config.account = 'your account' # 环球账户
21+
client_config.account = 'your account' # 环球账户.
22+
# 只使用一个账户时,不论是环球账户, 标准账户或是模拟账户, 都填在 client_config.account 下, 默认只会使用这里的账户.
23+
# standard_account 属性和 paper_account 属性只是为多账户时取用方便, 一般可忽略
2224
client_config.standard_account = None # 标准账户
2325
client_config.paper_account = None # 模拟账户
2426
client_config.language = Language.en_US

0 commit comments

Comments
 (0)