@gitchrisqueen/tdameritrade-api-js-client
Version:
TD Ameritrade API integration for node.js
23 lines (18 loc) • 848 B
Markdown
# GitChrisQueen_TDA_JS.Option
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assetType** | [**EquityAssetType**](EquityAssetType.md) | | [optional]
**cusip** | **String** | | [optional]
**symbol** | **String** | | [optional]
**description** | **String** | | [optional]
**type** | **String** | | [optional]
**putCall** | [**OptionChainOptionPutCall**](OptionChainOptionPutCall.md) | | [optional]
**underlyingSymbol** | **String** | | [optional]
**optionMultiplier** | **Number** | | [optional]
**optionDeliverables** | [**OptionChainOptionOptionDeliverablesList**](OptionChainOptionOptionDeliverablesList.md) | | [optional]
<a name="TypeEnum"></a>
## Enum: TypeEnum
* `VANILLA` (value: `"VANILLA"`)
* `BINARY` (value: `"BINARY"`)
* `BARRIER` (value: `"BARRIER"`)