Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/portfolio
PositionsResponse
Interface PositionsResponse
interface
PositionsResponse
{
portfolio_id
:
string
;
positions
:
Position
[]
;
position_count
:
number
;
total_market_value
:
number
;
total_unrealized_pnl
:
number
;
snapshot_time
?:
string
;
}
Index
Properties
portfolio_
id
positions
position_
count
total_
market_
value
total_
unrealized_
pnl
snapshot_
time?
Properties
portfolio_
id
portfolio_id
:
string
positions
positions
:
Position
[]
position_
count
position_count
:
number
total_
market_
value
total_market_value
:
number
total_
unrealized_
pnl
total_unrealized_pnl
:
number
Optional
snapshot_
time
snapshot_time
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
portfolio_
id
positions
position_
count
total_
market_
value
total_
unrealized_
pnl
snapshot_
time
Trading Assistant API Documentation - v0.1.0
Loading...