Sha256: dbbfbad2a9c625320dfd8c548b082875f7749486db1152887fb17f4b5d9f7fb4
Contents?: true
Size: 501 Bytes
Versions: 15
Compression:
Stored size: 501 Bytes
Contents
# FinnhubRuby::MutualFundCountryExposure ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Symbol. | [optional] | | **country_exposure** | [**Array<MutualFundCountryExposureData>**](MutualFundCountryExposureData.md) | Array of countries and and exposure levels. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::MutualFundCountryExposure.new( symbol: null, country_exposure: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems