Sha256: 091ef7781579a77b10d762b90432dcabda251fa7830d0a94d612771d8dc75604
Contents?: true
Size: 470 Bytes
Versions: 15
Compression:
Stored size: 470 Bytes
Contents
# FinnhubRuby::ETFsSectorExposure ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | ETF symbol. | [optional] | | **sector_exposure** | [**Array<ETFSectorExposureData>**](ETFSectorExposureData.md) | Array of industries and exposure levels. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::ETFsSectorExposure.new( symbol: null, sector_exposure: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems