-
Notifications
You must be signed in to change notification settings - Fork 28
PortfolioItem
Thiago W. Alves edited this page Feb 6, 2019
·
6 revisions
- getSymbol()
- getShares()
- getLongShares()
- getShortShares()
- getPrice()
- getLongPrice()
- getShortPrice()
- getRealizedPL()
- getTimestamp()
-
symbol : str
A
-
longShares : int
A
-
shortShares : int
A
-
longPrice : float
A
-
shortPrice : float
A
-
realizedPL : float
A
None
A
NA
str
: A
A
NA
int
: A
A
NA
int
: A
A
NA
int
: A
A
NA
float
: A
A
NA
float
: A
A
NA
float
: A
A
NA
float
: A
A
NA
datetime.datetime
: A
Overview
Classes