Hi,

I'm fairly new to QuantConnect, so this might occur due to some stupid mistake of mine, but I'm getting the AttributeError in the headline. I've included

from QuantConnect.Brokerages import *

and use the following line in Initialize():

self.SetBrokerageModel(BrokerageName.InteractiveBrokersBrokerageModel)

What am I missing?

Thanks!