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

Version Path
finnhub_ruby-1.1.19 docs/MarketNews.md
finnhub_ruby-1.1.18 docs/MarketNews.md
finnhub_ruby-1.1.17 docs/MarketNews.md
finnhub_ruby-1.1.16 docs/MarketNews.md
finnhub_ruby-1.1.15 docs/MarketNews.md
finnhub_ruby-1.1.14 docs/MarketNews.md
finnhub_ruby-1.1.13 docs/MarketNews.md
finnhub_ruby-1.1.12 docs/MarketNews.md
finnhub_ruby-1.1.11 docs/MarketNews.md
finnhub_ruby-1.1.10 docs/MarketNews.md
finnhub_ruby-1.1.9 docs/MarketNews.md
finnhub_ruby-1.1.8 docs/MarketNews.md
finnhub_ruby-1.1.7 docs/MarketNews.md
finnhub_ruby-1.1.6 docs/MarketNews.md
finnhub_ruby-1.1.5 docs/MarketNews.md