Noobish question here but I've searched and had no luck.

I'm going through the bootcamp but it's proving a bit difficult. There doesn't appear to be much in the way of python documentation or example code usage. 

For example there's a part of the forex bootcamp that asks you do something at 10am using the self.Time property. However I couldn't find anything in https://www.quantconnect.com/lean/docs that would have helped me easily figure out what self.Time returned or how to get check if it's 10am. The way I ended finding out what to do was searching for self.Time in the github repo and found an example usage. But that hasn't worked for all the questions I've had. Any suggestions?

Author