Name | Type | Description |
---|---|---|
Time | DateTime? | The timestamp that the `last_price` represents. |
LastPrice | decimal? | The price of the last trade. |
AskPrice | decimal? | The price of the top ask order. |
AskSize | decimal? | The size of the top ask order. |
BidPrice | decimal? | The price of the top bid order. |
BidSize | decimal? | The size of the top bid order. |
Volume | decimal? | The number of shares exchanged during the trading day on the exchange. |
Source | string | The source of the data. |