Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
PortfolioPosition
Interface PortfolioPosition
interface
PortfolioPosition
{
symbol
:
string
;
quantity
:
number
;
average_price
:
number
;
current_price
:
number
;
market_value
:
number
;
unrealized_pnl
:
number
;
unrealized_pnl_percent
:
number
;
weight
:
number
;
last_updated
:
string
;
}
Index
Properties
symbol
quantity
average_
price
current_
price
market_
value
unrealized_
pnl
unrealized_
pnl_
percent
weight
last_
updated
Properties
symbol
symbol
:
string
quantity
quantity
:
number
average_
price
average_price
:
number
current_
price
current_price
:
number
market_
value
market_value
:
number
unrealized_
pnl
unrealized_pnl
:
number
unrealized_
pnl_
percent
unrealized_pnl_percent
:
number
weight
weight
:
number
last_
updated
last_updated
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
symbol
quantity
average_
price
current_
price
market_
value
unrealized_
pnl
unrealized_
pnl_
percent
weight
last_
updated
Trading Assistant API Documentation - v0.1.0
Loading...