@gitchrisqueen/tdameritrade-api-js-client
Version:
TD Ameritrade API integration for node.js
20 lines (15 loc) • 585 B
Markdown
# GitChrisQueen_TDA_JS.WatchList
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | | [optional]
**watchlistId** | **String** | | [optional]
**accountId** | **String** | | [optional]
**status** | **String** | | [optional]
**watchlistItems** | [**[WatchListWatchlistItems]**](WatchListWatchlistItems.md) | |
<a name="StatusEnum"></a>
## Enum: StatusEnum
* `UNCHANGED` (value: `"UNCHANGED"`)
* `CREATED` (value: `"CREATED"`)
* `UPDATED` (value: `"UPDATED"`)
* `DELETED` (value: `"DELETED"`)