
[//]: # (CLASS:OptionIntervalMover)

[//]: # (KIND:object)

### OptionIntervalMover

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**contract** | String | The option contract for the intervals &nbsp;
**change** | Number | The ratio of Close minus Open to Open. &nbsp;
**open** | Number | The first traded contract price in this interval. &nbsp;
**high** | Number | The highest traded contract price in this interval. &nbsp;
**low** | Number | The lowest traded contract price in this interval. &nbsp;
**close** | Number | The last traded contract price in this interval. &nbsp;
**volume** | Number | The volume of contracts traded in this interval. &nbsp;
**average** | Number | The volume weighted average price of contract trades in this interval. &nbsp;
**tradeCount** | Number | The number of contract trades executed in this interval &nbsp;

[//]: # (END_DEFINITION)





