Sha256: f25946cbf19ab5ba1e51ce36b9c6d14a5b16afe6ad89a92d59c659c726b334d8
Contents?: true
Size: 744 Bytes
Versions: 25
Compression:
Stored size: 744 Bytes
Contents
# SnapTrade::Symbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **String** | | [optional] | | **raw_symbol** | **String** | | [optional] | | **name** | **String** | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | | **exchange** | [**Exchange**](Exchange.md) | | [optional] | | **type** | [**SecurityType**](SecurityType.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::Symbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: VAB.TO, raw_symbol: VAB, name: Vanguard Canadian Aggregate Bond Index ETF, currency: null, exchange: null, type: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems