Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TraderAlice/OpenAlice
/ ClientException
Class
ClientException
packages/ibkr/ref/source/pythonclient/ibapi/utils.py:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
class
ClientException(Exception):
41
def
__init__(self, code, msg, text):
42
self.code = code
43
self.msg = msg
44
self.text = text
45
46
47
class
LogFunction(object):
Callers
4
validateInvalidSymbols
Method · 0.90
checkConnected
Method · 0.90
make_field
Function · 0.90
createConditionsProto
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected