Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/watchlist
UpdateWatchlistRequest
Interface UpdateWatchlistRequest
interface
UpdateWatchlistRequest
{
name
?:
string
;
description
?:
string
|
null
;
is_default
?:
boolean
;
color
?:
string
;
sort_order
?:
number
;
}
Index
Properties
name?
description?
is_
default?
color?
sort_
order?
Properties
Optional
name
name
?:
string
Optional
description
description
?:
string
|
null
Optional
is_
default
is_default
?:
boolean
Optional
color
color
?:
string
Optional
sort_
order
sort_order
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
description
is_
default
color
sort_
order
Trading Assistant API Documentation - v0.1.0
Loading...