| open | int | First traded YES contract price on the market during the candlestick period (in cents). May be null if there was no trade during the period. | [optional] |
| open_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| low | int | Lowest traded YES contract price on the market during the candlestick period (in cents). May be null if there was no trade during the period. | [optional] |
| low_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| high | int | Highest traded YES contract price on the market during the candlestick period (in cents). May be null if there was no trade during the period. | [optional] |
| high_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| close | int | Last traded YES contract price on the market during the candlestick period (in cents). May be null if there was no trade during the period. | [optional] |
| close_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| mean | int | Mean traded YES contract price on the market during the candlestick period (in cents). May be null if there was no trade during the period. | [optional] |
| mean_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| previous | int | Last traded YES contract price on the market before the candlestick period (in cents). May be null if there were no trades before the period. | [optional] |
| previous_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| min | int | Minimum close price of any market during the candlestick period (in cents). | [optional] |
| min_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| max | int | Maximum close price of any market during the candlestick period (in cents). | [optional] |
| max_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |