Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TraderAlice/OpenAlice
/ BadMessage
Class
BadMessage
packages/ibkr/ref/source/pythonclient/ibapi/utils.py:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
class
BadMessage(Exception):
36
def
__init__(self, text):
37
self.text = text
38
39
40
class
ClientException(Exception):
Callers
1
decode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected