Sha256: 79e44a1195e93ce43a30b5ead33f9dd293968fece9f1794ead07625d911d1aac
Contents?: true
Size: 935 Bytes
Versions: 7
Compression:
Stored size: 935 Bytes
Contents
# FinnhubRuby::StockSymbol ## 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] | | **mic** | **String** | Primary exchange's MIC. | [optional] | | **figi** | **String** | FIGI identifier. | [optional] | | **currency** | **String** | Price's currency. This might be different from the reporting currency of fundamental data. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::StockSymbol.new( description: null, display_symbol: null, symbol: null, type: null, mic: null, figi: null, currency: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems