MCPcopy 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
40class ClientException(Exception):
41 def __init__(self, code, msg, text):
42 self.code = code
43 self.msg = msg
44 self.text = text
45
46
47class LogFunction(object):

Callers 4

checkConnectedMethod · 0.90
make_fieldFunction · 0.90
createConditionsProtoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected