Sha256: b970708d87ed3be67201e211e09a2860ba7a7ca1275497eaeddcda15e5d1332a
Contents?: true
Size: 684 Bytes
Versions: 13
Compression:
Stored size: 684 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://passiv.com, reconnect: 8b5f262d-4bb9-365d-888a-202bd3b15fa1, connection_type: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems