Sha256: 724ba07175d026240e381ca6b1d1fd307fdb4ceb72dba2632c5abf3e27e3e55d
Contents?: true
Size: 1.83 KB
Versions: 2
Compression:
Stored size: 1.83 KB
Contents
[//]: # (CLASS:Intrinio::RealtimeStockPrice) [//]: # (KIND:object) ### Intrinio::RealtimeStockPrice #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **last_price** | Float | The price of the last trade. **last_time** | DateTime | The date and time when the last trade occurred. **last_size** | Float | The size of the last trade. **bid_price** | Float | The price of the top bid order. **bid_size** | Float | The size of the top bid order. **ask_price** | Float | The price of the top ask order. **ask_size** | Float | The size of the top ask order. **open_price** | Float | The price at the open of the trading day. **close_price** | Float | The price at the close of the trading day. (IEX only) **high_price** | Float | The high price for the trading day. **low_price** | Float | The low price for the trading day. **exchange_volume** | Float | The number of shares exchanged during the trading day on the exchange. **market_volume** | Float | The number of shares exchanged during the trading day for the whole market. **updated_on** | DateTime | The date and time when the data was last updated. **source** | String | The source of the data. **listing_venue** | String | The venue the price came from. **sales_conditions** | String | The condition for the sale. **quote_conditions** | String | The condition for the quote. **market_center_code** | String | The market center character code. **is_darkpool** | BOOLEAN | Whether or not the current trade is from a darkpool or not. **security** | [**RealtimeStockPriceSecurity**](RealtimeStockPriceSecurity.md) | [//]: # (END_DEFINITION) [//]: # (CONTAINED_CLASS:Intrinio::RealtimeStockPriceSecurity)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
intrinio-sdk-6.23.1 | docs/RealtimeStockPrice.md |
intrinio-sdk-6.23.0 | docs/RealtimeStockPrice.md |