Sha256: aaa68771f35f6ba36945275aab26b82c439b739ff3728c66560f4c53d917885d
Contents?: true
Size: 386 Bytes
Versions: 16
Compression:
Stored size: 386 Bytes
Contents
# FinnhubRuby::ETFSectorExposureData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **industry** | **String** | Industry | [optional] | | **exposure** | **Float** | Percent of exposure. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::ETFSectorExposureData.new( industry: null, exposure: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems