
[//]: # (CLASS:OptionIntervalsMoversResult)

[//]: # (KIND:object)

### OptionIntervalsMoversResult

#### 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;
**size** | String | The size of the time span for the interval. &nbsp;
**intervals** | [**[OptionIntervalMover]**](OptionIntervalMover.md) | Array of all the intervals in the result. &nbsp;

[//]: # (END_DEFINITION)


[//]: # (CONTAINED_CLASS:OptionIntervalMover)



<br/>

#### Enum: SizeEnum**

Name | Value
---- | -----
SixtyMinute | &quot;SixtyMinute&quot;
ThirtyMinute | &quot;ThirtyMinute&quot;
FifteenMinute | &quot;FifteenMinute&quot;
TenMinute | &quot;TenMinute&quot;
FiveMinute | &quot;FiveMinute&quot;
OneMinute | &quot;OneMinute&quot;



