Sha256: 834724573da24fc84041014f8bda30350c5b5ddda3bda4ed0b4fa74a4cde8a6b
Contents?: true
Size: 798 Bytes
Versions: 66
Compression:
Stored size: 798 Bytes
Contents
[//]: # (CLASS:Intrinio::IntradayStockPrice) [//]: # (KIND:object) ### Intrinio::IntradayStockPrice #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **time** | DateTime | The timestamp that the `last_price` represents. **last_price** | Float | The price of the last trade. **ask_price** | Float | The price of the top ask order. **ask_size** | Float | The size of the top ask order. **bid_price** | Float | The price of the top bid order. **bid_size** | Float | The size of the top bid order. **volume** | Float | The number of shares exchanged during the trading day on the exchange. **source** | String | The source of the data. [//]: # (END_DEFINITION)
Version data entries
66 entries across 66 versions & 1 rubygems