MCPcopy 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
35class BadMessage(Exception):
36 def __init__(self, text):
37 self.text = text
38
39
40class ClientException(Exception):

Callers 1

decodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected