Sha256: 219da82ea97e8de418b3da4fcf4df26f0e2dd5d56098f4116b15410edfc4716c
Contents?: true
Size: 687 Bytes
Versions: 9
Compression:
Stored size: 687 Bytes
Contents
# SnapTrade::SnapTradeLoginUserRequestBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **broker** | **String** | | [optional] | | **immediate_redirect** | **Boolean** | | [optional] | | **custom_redirect** | **String** | | [optional] | | **reconnect** | **String** | | [optional] | | **connection_type** | [**ConnectionType**](ConnectionType.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::SnapTradeLoginUserRequestBody.new( broker: ALPACA, immediate_redirect: true, custom_redirect: https://snaptrade.com, reconnect: 8b5f262d-4bb9-365d-888a-202bd3b15fa1, connection_type: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems