Sha256: a1212c3108f02b6f5f7d7d6b877e74e174b65c4712b76eb3d907544f8e614acf
Contents?: true
Size: 1.02 KB
Versions: 34
Compression:
Stored size: 1.02 KB
Contents
# SnapTrade::BrokerageAuthorization ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **created_date** | **String** | Time | [optional] | | **updated_date** | **String** | Time | [optional] | | **brokerage** | [**Brokerage**](Brokerage.md) | | [optional] | | **name** | **String** | Connection Name | [optional] | | **type** | **String** | | [optional] | | **disabled** | **Boolean** | | [optional] | | **disabled_date** | **String** | Disabled date | [optional] | | **meta** | **Hash<String, Object>** | Additional data about brokerage authorization | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::BrokerageAuthorization.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, created_date: 2022-01-21T20:11:19.217Z, updated_date: 2022-01-21T20:11:19.217Z, brokerage: null, name: Connection-1, type: trade, disabled: false, disabled_date: 2022-01-21T20:11:19.217Z, meta: {"identifier":123456} ) ```
Version data entries
34 entries across 34 versions & 1 rubygems