Sha256: a61968115aa8335f8ad9d67ea948a70a6971202218cbf200aa0c246d8a0a4ed4
Contents?: true
Size: 1.02 KB
Versions: 15
Compression:
Stored size: 1.02 KB
Contents
# FinnhubRuby::MarketNews ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **category** | **String** | News category. | [optional] | | **datetime** | **Integer** | Published time in UNIX timestamp. | [optional] | | **headline** | **String** | News headline. | [optional] | | **id** | **Integer** | News ID. This value can be used for <code>minId</code> params to get the latest news only. | [optional] | | **image** | **String** | Thumbnail image URL. | [optional] | | **related** | **String** | Related stocks and companies mentioned in the article. | [optional] | | **source** | **String** | News source. | [optional] | | **summary** | **String** | News summary. | [optional] | | **url** | **String** | URL of the original article. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::MarketNews.new( category: null, datetime: null, headline: null, id: null, image: null, related: null, source: null, summary: null, url: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems