Name | Type | Description |
---|---|---|
time | OffsetDateTime | The timestamp that the `last_price` represents. |
lastPrice | BigDecimal | The price of the last trade. |
askPrice | BigDecimal | The price of the top ask order. |
askSize | BigDecimal | The size of the top ask order. |
bidPrice | BigDecimal | The price of the top bid order. |
bidSize | BigDecimal | The size of the top bid order. |
volume | BigDecimal | The number of shares exchanged during the trading day on the exchange. |
source | String | The source of the data. |