asynctradier.common.watchlist module
- class asynctradier.common.watchlist.Watchlist(**kwargs)[source]
Bases:
objectRepresents a watchlist.
- id
The ID of the watchlist.
- Type:
str
- name
The name of the watchlist.
- Type:
str
- public_id
The public ID of the watchlist.
- Type:
str
- items
A list of WatchlistItem objects representing the items in the watchlist.
- Type:
list