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