I see a piece of code that is
class IBapi(EWrapper, EClient): def __init__(self): EClient.__init__(self, self)
I\'m confused what