Sha256: 82a57c9cbea4bb6209a97dc0431f998a3bf3ee1d922e1d24ed16aae79846f430
Contents?: true
Size: 433 Bytes
Versions: 15
Compression:
Stored size: 433 Bytes
Contents
# FinnhubRuby::InsiderTransactions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Symbol of the company. | [optional] | | **data** | [**Array<Transactions>**](Transactions.md) | Array of insider transactions. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::InsiderTransactions.new( symbol: null, data: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems