-
Notifications
You must be signed in to change notification settings - Fork 28
PortfolioSummary
-
total_bp : float
Total buying power available in the account.
-
total_shares : int
Total amount of (long and short) shares traded so far by the account.
-
total_realized_pl : float
Total realized P&L of the account.
None
This method returns the total buying power available in the account.
NA
float
: Total buying power available in the account.
This method returns the total amount of (long and short) shares traded so far by the account.
NA
int
: Total amount of (long and short) shares traded so far by the account.
This method returns the total realized P&L of the account.
NA
float
: Total realized P&L of the account.
This method returns the timestamp of when the portfolio summary was last updated.
NA
datetime.datetime
: Timestamp of when the portfolio summary was last updated.
Overview
Classes