Sha256: a9547d2ebee198df4c0fabe57d4bfe2a6db08f76b3b0e8e2f649ed742c4d96ba
Contents?: true
Size: 697 Bytes
Versions: 34
Compression:
Stored size: 697 Bytes
Contents
# SnapTrade::PositionSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **description** | **String** | | [optional] | | **symbol** | [**UniversalSymbol**](UniversalSymbol.md) | | [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
34 entries across 34 versions & 1 rubygems