| Name | Type | Description | Notes |
|---|---|---|---|
| highestPrice | string | Highest price | [optional] [default to undefined] |
| lowestPrice | string | Lowest price | [optional] [default to undefined] |
| priceChange | string | Price change percentage (multiplied by 100) | [optional] [default to undefined] |
| priceChangeAmount | string | Price change amount | [optional] [default to undefined] |
| todayOpenPrice | string | Today's open price | [optional] [default to undefined] |
| lastTodayClosePrice | string | Previous close price | [optional] [default to undefined] |
| lastPrice | string | Last trading price | [optional] [default to undefined] |
| bidPrice | string | Bid price | [optional] [default to undefined] |
| askPrice | string | Ask price | [optional] [default to undefined] |
| favorite | boolean | Is favorited | [optional] [default to undefined] |
| status | string | Trading status (open=tradable, closed=non-tradable) | [optional] [default to undefined] |
| closeTime | number | Close time (Unix timestamp in seconds) | [optional] [default to undefined] |
| openTime | number | Open time (Unix timestamp in seconds) | [optional] [default to undefined] |
| nextOpenTime | number | Next open time (0 means none) | [optional] [default to undefined] |
| tradeMode | string | Trading mode code | [optional] [default to undefined] |
| categoryName | string | Category name | [optional] [default to undefined] |