mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 06:25:04 +08:00
BUG: Account object missing initial total_positions_exposure attr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user