snaptrade 2.0.168 → 2.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/snaptrade/models/account.rb +1 -1
- data/lib/snaptrade/models/account_order_record_quote_universal_symbol.rb +1 -1
- data/lib/snaptrade/models/account_order_record_universal_symbol.rb +1 -1
- data/lib/snaptrade/models/position_symbol.rb +3 -3
- data/lib/snaptrade/models/security_type.rb +1 -1
- data/lib/snaptrade/models/underlying_symbol.rb +1 -1
- data/lib/snaptrade/models/underlying_symbol_type.rb +1 -1
- data/lib/snaptrade/models/universal_symbol.rb +1 -1
- data/lib/snaptrade/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33929c4087a970521fd6adb8f82040f71eb532bcc70751fdf4bcd303eaccf2ac
|
|
4
|
+
data.tar.gz: 557c3746dc1ed4bbf09071f7266aa97e409706915107cf394c44504ec2ca0eff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9f79a985b83dd4f6a23bd484a4a7bd5a5f0a50babb27d6d59517e5d062ba5f7e8b6809a3627c832199cc9cbd2adf22c43d1a998059f9e6383151cf909a19c11
|
|
7
|
+
data.tar.gz: c1b9a555fa7b3c738ad81ac6146ab7d1cb37de1734099bc1b241e691b59dde636e0cb5dcc08ab9cd685989a989b8e8e282ff845d9650576f9592eed2d9b6fdb9
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Connect brokerage accounts to your app for live positions and trading
|
|
8
8
|
|
|
9
|
-
[](https://rubygems.org/gems/snaptrade/versions/2.0.169)
|
|
10
10
|
[](https://snaptrade.com/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
@@ -87,7 +87,7 @@ Connect brokerage accounts to your app for live positions and trading
|
|
|
87
87
|
Add to Gemfile:
|
|
88
88
|
|
|
89
89
|
```ruby
|
|
90
|
-
gem 'snaptrade', '~> 2.0.
|
|
90
|
+
gem 'snaptrade', '~> 2.0.169'
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -53,7 +53,7 @@ module SnapTrade
|
|
|
53
53
|
# Additional information about the account, such as account type, status, etc. This information is specific to the brokerage and there's no standard format for this data. This field is deprecated and subject to removal in a future version.
|
|
54
54
|
attr_accessor :meta
|
|
55
55
|
|
|
56
|
-
# Portfolio Group ID. Portfolio Groups have been deprecated. Please contact support if you have a
|
|
56
|
+
# Portfolio Group ID. Portfolio Groups have been deprecated. Please contact support if you have a use case for it.
|
|
57
57
|
attr_accessor :portfolio_group
|
|
58
58
|
|
|
59
59
|
# This field is deprecated.
|
|
@@ -36,7 +36,7 @@ module SnapTrade
|
|
|
36
36
|
|
|
37
37
|
attr_accessor :figi_instrument
|
|
38
38
|
|
|
39
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
39
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
40
40
|
attr_accessor :currencies
|
|
41
41
|
|
|
42
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -36,7 +36,7 @@ module SnapTrade
|
|
|
36
36
|
|
|
37
37
|
attr_accessor :figi_instrument
|
|
38
38
|
|
|
39
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
39
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
40
40
|
attr_accessor :currencies
|
|
41
41
|
|
|
42
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -21,13 +21,13 @@ module SnapTrade
|
|
|
21
21
|
# This field is deprecated and the caller should use the `symbol` child property's `description` instead.
|
|
22
22
|
attr_accessor :description
|
|
23
23
|
|
|
24
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
24
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
25
25
|
attr_accessor :local_id
|
|
26
26
|
|
|
27
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
27
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
28
28
|
attr_accessor :is_quotable
|
|
29
29
|
|
|
30
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
30
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
31
31
|
attr_accessor :is_tradable
|
|
32
32
|
|
|
33
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -22,7 +22,7 @@ module SnapTrade
|
|
|
22
22
|
# A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
|
|
23
23
|
attr_accessor :description
|
|
24
24
|
|
|
25
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
25
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
26
26
|
attr_accessor :is_supported
|
|
27
27
|
|
|
28
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -36,7 +36,7 @@ module SnapTrade
|
|
|
36
36
|
|
|
37
37
|
attr_accessor :figi_instrument
|
|
38
38
|
|
|
39
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
39
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
40
40
|
attr_accessor :currencies
|
|
41
41
|
|
|
42
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -22,7 +22,7 @@ module SnapTrade
|
|
|
22
22
|
# A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
|
|
23
23
|
attr_accessor :description
|
|
24
24
|
|
|
25
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
25
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
26
26
|
attr_accessor :is_supported
|
|
27
27
|
|
|
28
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -36,7 +36,7 @@ module SnapTrade
|
|
|
36
36
|
|
|
37
37
|
attr_accessor :figi_instrument
|
|
38
38
|
|
|
39
|
-
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid
|
|
39
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
|
|
40
40
|
attr_accessor :currencies
|
|
41
41
|
|
|
42
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
data/lib/snaptrade/version.rb
CHANGED