HI folks,

I am trying to access the Time property from the QCAlgorithm class in a separate class  called EquitiesFundamentalSelectionModel. When I attempt to access the Time property from that class I get a type error exception. 

Trying to dynamically access a method that does not exist throws a TypeError exception

I tried passing the QCAlgorithm into my SelectionModel so that I can access the time property but apparently I am doing something wrong here. Could someone see where my mistake lies?

Cheers,
Mitch

Author