Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
Trade
Interface Trade
interface
Trade
{
id
:
string
;
symbol
:
string
;
side
:
"BUY"
|
"SELL"
;
quantity
:
number
;
price
:
number
;
commission
:
number
;
executed_at
:
string
;
strategy
?:
string
;
notes
?:
string
;
}
Index
Properties
id
symbol
side
quantity
price
commission
executed_
at
strategy?
notes?
Properties
id
id
:
string
symbol
symbol
:
string
side
side
:
"BUY"
|
"SELL"
quantity
quantity
:
number
price
price
:
number
commission
commission
:
number
executed_
at
executed_at
:
string
Optional
strategy
strategy
?:
string
Optional
notes
notes
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
symbol
side
quantity
price
commission
executed_
at
strategy
notes
Trading Assistant API Documentation - v0.1.0
Loading...