Sha256: 856cee667ee86014acd24c52814504256caebb88183eb34ade3f09cb0aea348a
Contents?: true
Size: 724 Bytes
Versions: 11
Compression:
Stored size: 724 Bytes
Contents
# SnapTrade::BrokerageSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | [**UniversalSymbol**](UniversalSymbol.md) | | [optional] | | **brokerage_authorization** | [**BrokerageAuthorization**](BrokerageAuthorization.md) | | [optional] | | **description** | **String** | | [optional] | | **allows_fractional_units** | **Boolean** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::BrokerageSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: null, brokerage_authorization: null, description: VANGUARD CDN AGGREGATE BOND INDEX ETF, allows_fractional_units: true ) ```
Version data entries
11 entries across 11 versions & 1 rubygems