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