Sha256: 40f1db3a62f457135d98ff5f293631e91780c1725b30bd94b72dccb778d3f0fe
Contents?: true
Size: 1.05 KB
Versions: 7
Compression:
Stored size: 1.05 KB
Contents
# SnapTrade::SnapTradeHoldingsAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **brokerage_authorization** | **BrokerageAuthorization** | | [optional] | | **portfolio_group** | **String** | | [optional] | | **name** | **String** | | [optional] | | **number** | **String** | | [optional] | | **institution_name** | **String** | | [optional] | | **sync_status** | [**AccountSyncStatus**](AccountSyncStatus.md) | | [optional] | | **meta** | **Hash<String, Object>** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::SnapTradeHoldingsAccount.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, brokerage_authorization: null, portfolio_group: 2bcd7cc3-e922-4976-bce1-9858296801c3, name: Registered Retirement Savings Account, number: Q6542138443, institution_name: Alpaca, sync_status: null, meta: {"type":"Margin","status":"ACTIVE","institution_name":"Alpaca"} ) ```
Version data entries
7 entries across 7 versions & 1 rubygems