| Name | Type | Description |
|---|---|---|
| OccurredAt | string | The timestamp of the beginning of the timeframe. The open prices would be at this time, while close prices would be at this time plus the timeframe. |
| OpenBid | float? | Open bid |
| HighBid | float? | High bid |
| LowBid | float? | Low bid |
| CloseBid | float? | Close bid |
| OpenAsk | float? | Open ask |
| HighAsk | float? | High ask |
| LowAsk | float? | Low ask |
| CloseAsk | float? | Close ask |
| TotalTicks | int? | Total ticks |