@gitchrisqueen/tdameritrade-api-js-client
Version:
TD Ameritrade API integration for node.js
30 lines (22 loc) • 874 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** | **String** | | [optional]
**underlyingSymbol** | **String** | | [optional]
**optionMultiplier** | **Number** | | [optional]
**optionDeliverables** | [**[OptionOptionDeliverables]**](OptionOptionDeliverables.md) | | [optional]
<a name="TypeEnum"></a>
## Enum: TypeEnum
* `VANILLA` (value: `"VANILLA"`)
* `BINARY` (value: `"BINARY"`)
* `BARRIER` (value: `"BARRIER"`)
<a name="PutCallEnum"></a>
## Enum: PutCallEnum
* `PUT` (value: `"PUT"`)
* `CALL` (value: `"CALL"`)