Sha256: 504e3c8e85fb9af29469481df642844d38f3e927ea251b981daf216667c072ed

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

# FinnhubRuby::InstitutionalOwnership

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **symbol** | **String** | Symbol. | [optional] |
| **cusip** | **String** | Cusip. | [optional] |
| **data** | [**Array<InstitutionalOwnershipGroup>**](InstitutionalOwnershipGroup.md) | Array of institutional investors. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::InstitutionalOwnership.new(
  symbol: null,
  cusip: null,
  data: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/InstitutionalOwnership.md
finnhub_ruby-1.1.18 docs/InstitutionalOwnership.md