@gitchrisqueen/tdameritrade-api-js-client
Version:
TD Ameritrade API integration for node.js
33 lines (25 loc) • 992 B
Markdown
# GitChrisQueen_TDA_JS.TransactionTransactionItemInstrument
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | | [optional]
**underlyingSymbol** | **String** | | [optional]
**optionExpirationDate** | **Date** | | [optional]
**optionStrikePrice** | **Number** | | [optional]
**putCall** | **String** | | [optional]
**cusip** | **String** | | [optional]
**description** | **String** | | [optional]
**assetType** | **String** | | [optional]
**bondMaturityDate** | **Date** | | [optional]
**bondInterestRate** | **Number** | | [optional]
<a name="PutCallEnum"></a>
## Enum: PutCallEnum
* `PUT` (value: `"PUT"`)
* `CALL` (value: `"CALL"`)
<a name="AssetTypeEnum"></a>
## Enum: AssetTypeEnum
* `EQUITY` (value: `"EQUITY"`)
* `MUTUAL_FUND` (value: `"MUTUAL_FUND"`)
* `OPTION` (value: `"OPTION"`)
* `FIXED_INCOME` (value: `"FIXED_INCOME"`)
* `CASH_EQUIVALENT` (value: `"CASH_EQUIVALENT"`)