BUG: Account object missing initial total_positions_exposure attr

This commit is contained in:
Andrew Liang
2016-07-15 18:03:19 -04:00
parent a9d698018a
commit fdf8cdcd68
+1
View File
@@ -126,6 +126,7 @@ class Account(object):
self.buying_power = float('inf')
self.equity_with_loan = 0.0
self.total_positions_value = 0.0
self.total_positions_exposure = 0.0
self.regt_equity = 0.0
self.regt_margin = float('inf')
self.initial_margin_requirement = 0.0