In my backtest, I wrote the following code in the initialize function of my algorithm:

self.SetCash(100000)  

How can I retrieve my current trading equity which I use to compute the number of shares in my trade? 

Thanks a lot!