Sha256: f4c2eea09a5c97b286d3a4a04ebef9d93f1686e28bbb250b25a0f0beda280317
Contents?: true
Size: 413 Bytes
Versions: 16
Compression:
Stored size: 413 Bytes
Contents
# FinnhubRuby::IndicesConstituents ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Index's symbol. | [optional] | | **constituents** | **Array<String>** | Array of constituents. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::IndicesConstituents.new( symbol: null, constituents: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems