Sha256: a057ad7268eddec5d7df082ff719ea53c30578c244432daff914537d4ebdc16a
Contents?: true
Size: 675 Bytes
Versions: 7
Compression:
Stored size: 675 Bytes
Contents
# SnapTrade::PositionSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **description** | **String** | | [optional] | | **symbol** | **UniversalSymbol** | | [optional] | | **local_id** | **String** | | [optional] | | **is_quotable** | **Boolean** | | [optional] | | **is_tradable** | **Boolean** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::PositionSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, description: VANGUARD CDN AGGREGATE BOND INDEX ETF, symbol: null, local_id: 3291231, is_quotable: true, is_tradable: true ) ```
Version data entries
7 entries across 7 versions & 1 rubygems