Sha256: 159d02be295869186a7845b2152ba30157db9c631caab6af21e4e8e68194d8c2
Contents?: true
Size: 634 Bytes
Versions: 15
Compression:
Stored size: 634 Bytes
Contents
# FinnhubRuby::SymbolLookupInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Symbol description | [optional] | | **display_symbol** | **String** | Display symbol name. | [optional] | | **symbol** | **String** | Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint. | [optional] | | **type** | **String** | Security type. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::SymbolLookupInfo.new( description: null, display_symbol: null, symbol: null, type: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems