Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/03_DailyPulse/dailypulse.types
RecentTrade
Interface RecentTrade
interface
RecentTrade
{
timestamp
:
Date
;
trade_id
:
string
;
symbol
:
string
;
side
:
"BUY"
|
"SELL"
;
quantity
:
number
;
price
:
number
;
commission
:
number
;
pnl
?:
number
;
notes
?:
string
;
}
Index
Properties
timestamp
trade_
id
symbol
side
quantity
price
commission
pnl?
notes?
Properties
timestamp
timestamp
:
Date
trade_
id
trade_id
:
string
symbol
symbol
:
string
side
side
:
"BUY"
|
"SELL"
quantity
quantity
:
number
price
price
:
number
commission
commission
:
number
Optional
pnl
pnl
?:
number
Optional
notes
notes
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
trade_
id
symbol
side
quantity
price
commission
pnl
notes
Trading Assistant API Documentation - v0.1.0
Loading...