snaptrade 2.0.201 → 2.0.202
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_order_record.rb +4 -0
- data/lib/snaptrade/models/order_updated_response_order.rb +4 -0
- data/lib/snaptrade/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 465ff00fc381a2aff4e1968639f51fe68d4ef766c61136a12ae53a9db7872bbe
|
|
4
|
+
data.tar.gz: 52c42fbde3f7571d01d3aacca0ef918e0ef4de410cd938a548f65d6a837f6270
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34132cc6ecdb7769ac692637410dfadd4cb3c0846f49516650c207e7a4676071b804d52a2c9f4d7fefdb8d49042ca14b7966109a4de96c1bb74cd1d387702085
|
|
7
|
+
data.tar.gz: 327cce3d337e65342cf0401e96d1d083f2de04d97af9455c245056484f62cda3035fbd770c3034b1104383ba0f28ccd8f810afe99b7c2a3b0218df3b6201a055
|
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.202)
|
|
10
10
|
[](https://snaptrade.com/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
@@ -94,7 +94,7 @@ Connect brokerage accounts to your app for live positions and trading
|
|
|
94
94
|
Add to Gemfile:
|
|
95
95
|
|
|
96
96
|
```ruby
|
|
97
|
-
gem 'snaptrade', '~> 2.0.
|
|
97
|
+
gem 'snaptrade', '~> 2.0.202'
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -154,6 +154,10 @@ module SnapTrade
|
|
|
154
154
|
Set.new([
|
|
155
155
|
:'brokerage_group_order_id',
|
|
156
156
|
:'order_role',
|
|
157
|
+
:'universal_symbol',
|
|
158
|
+
:'option_symbol',
|
|
159
|
+
:'quote_universal_symbol',
|
|
160
|
+
:'quote_currency',
|
|
157
161
|
:'total_quantity',
|
|
158
162
|
:'open_quantity',
|
|
159
163
|
:'canceled_quantity',
|
|
@@ -153,6 +153,10 @@ module SnapTrade
|
|
|
153
153
|
Set.new([
|
|
154
154
|
:'brokerage_group_order_id',
|
|
155
155
|
:'order_role',
|
|
156
|
+
:'universal_symbol',
|
|
157
|
+
:'option_symbol',
|
|
158
|
+
:'quote_universal_symbol',
|
|
159
|
+
:'quote_currency',
|
|
156
160
|
:'total_quantity',
|
|
157
161
|
:'open_quantity',
|
|
158
162
|
:'canceled_quantity',
|
data/lib/snaptrade/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snaptrade
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.202
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SnapTrade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|