8000 Update constants.py · qos-max/qos-quote-api-python-sdk@1a7fc4d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a7fc4d

Browse files
authored
Update constants.py
1 parent 766ba99 commit 1a7fc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qos_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ class WSType(Enum):
5151

5252
BASE_URL = "https://api.qos.hk"
5353
WS_URL = "wss://api.qos.hk/ws"
54-
MAX_SUB_CODES = 10 # 默认最大订阅品种数
54+
MAX_SUB_CODES = 10000 # 默认最大订阅品种数

0 commit comments

Comments
 (0)
0