
[//]: # (CLASS:OptionInterval)

[//]: # (KIND:object)

### OptionInterval

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**openTime** | Date | The UTC timestamp for the time this interval opened. &nbsp;
**closeTime** | Date | The UTC timestamp for the time this interval closed. &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;
**change** | Number | The ratio of Close minus Open to Open. &nbsp;
**tradeCount** | Number | The number of qualified trades executed during the period &nbsp;

[//]: # (END_DEFINITION)





