@gitchrisqueen/tdameritrade-api-js-client
Version:
TD Ameritrade API integration for node.js
22 lines (17 loc) • 695 B
Markdown
# GitChrisQueen_TDA_JS.WatchListWatchlistItems
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sequenceId** | **Number** | | [optional]
**quantity** | **Number** | | [optional]
**averagePrice** | **Number** | | [optional]
**commission** | **Number** | | [optional]
**purchasedDate** | **Object** | | [optional]
**instrument** | [**WatchListInstrument**](WatchListInstrument.md) | | [optional]
**status** | **String** | | [optional]
<a name="StatusEnum"></a>
## Enum: StatusEnum
* `UNCHANGED` (value: `"UNCHANGED"`)
* `CREATED` (value: `"CREATED"`)
* `UPDATED` (value: `"UPDATED"`)
* `DELETED` (value: `"DELETED"`)