# GitChrisQueen_TDA_JS.TransactionTransactionItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **Number** |  | [optional] 
**amount** | **Number** |  | [optional] 
**price** | **Number** |  | [optional] 
**cost** | **Number** |  | [optional] 
**parentOrderKey** | **Number** |  | [optional] 
**parentChildIndicator** | **String** |  | [optional] 
**instruction** | **String** |  | [optional] 
**positionEffect** | **String** |  | [optional] 
**instrument** | [**TransactionTransactionItemInstrument**](TransactionTransactionItemInstrument.md) |  | [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"`)

