Sha256: 661c72b05ec7f352c7fda9092e6941306f901ee0864829d580fa713b3f77dd4d
Contents?: true
Size: 495 Bytes
Versions: 41
Compression:
Stored size: 495 Bytes
Contents
# SnapTrade::SecurityType ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **code** | **String** | | [optional] | | **description** | **String** | | [optional] | | **is_supported** | **Boolean** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::SecurityType.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, code: cs, description: Common Stock, is_supported: true ) ```
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
snaptrade-1.2.0 | docs/SecurityType.md |