# GitChrisQueen_TDA_JS.TransactionTransactionItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **Number** |  | [optional] 
**amount** | **Number** |  | [optional] 
**cost** | **Number** |  | [optional] 
**instruction** | **String** |  | [optional] 
**instrument** | [**TransactionTransactionItemInstrument**](TransactionTransactionItemInstrument.md) |  | [optional] 
**parentChildIndicator** | **String** |  | [optional] 
**parentOrderKey** | **Number** |  | [optional] 
**positionEffect** | **String** |  | [optional] 
**price** | **Number** |  | [optional] 


<a name="InstructionEnum"></a>
## Enum: InstructionEnum


* `BUY` (value: `"BUY"`)

* `SELL` (value: `"SELL"`)




<a name="PositionEffectEnum"></a>
## Enum: PositionEffectEnum


* `OPENING` (value: `"OPENING"`)

* `CLOSING` (value: `"CLOSING"`)

* `AUTOMATIC` (value: `"AUTOMATIC"`)




