Sha256: c94fe8beafd33c2c4721d5f1183786b2e414dafe3b7727f0a66c24847f6757f8
Contents?: true
Size: 951 Bytes
Versions: 15
Compression:
Stored size: 951 Bytes
Contents
# FinnhubRuby::InternationalFiling ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Symbol. | [optional] | | **company_name** | **String** | Company name. | [optional] | | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] | | **category** | **String** | Category. | [optional] | | **title** | **String** | Document's title. | [optional] | | **description** | **String** | Document's description. | [optional] | | **url** | **String** | Url. | [optional] | | **language** | **String** | Language. | [optional] | | **country** | **String** | Country. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::InternationalFiling.new( symbol: null, company_name: null, filed_date: null, category: null, title: null, description: null, url: null, language: null, country: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems