Sha256: 3a2203eaf2d4d51f117050fdebd60574532783a31efd3d9240bdac5299d426a6
Contents?: true
Size: 636 Bytes
Versions: 7
Compression:
Stored size: 636 Bytes
Contents
# SnapTrade::TargetAsset ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **UniversalSymbol** | | [optional] | | **percent** | **Float** | | [optional] | | **is_supported** | **Boolean** | | [optional] | | **is_excluded** | **Boolean** | | [optional] | | **meta** | **Hash<String, Object>** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::TargetAsset.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: null, percent: 90, is_supported: true, is_excluded: true, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems