snaptrade 2.0.136 → 2.0.137
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 +2 -2
- data/README.md +2 -2
- data/lib/snaptrade/models/account_order_record.rb +4 -4
- 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: ab970376713d31231b181270f238e8d23441d4c0bf9bcce811152e3da217cd39
|
4
|
+
data.tar.gz: 12e1d048a48b69affec145dc1d25ece703b8a6e1ad3ce5599daf74276e64e80b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b67c62a63bc9411536010ea19fd79801e225de3777b12421464fe4ff0cea5d20e349cde07893cca84e5f4b5c1b762e48127f378b5b1103bf6577e2ffd4583fa4
|
7
|
+
data.tar.gz: 205ab3359490c1567e7b5073b84c8860b1951748e1273d569244fdb2c40ab74444ce3f939bc4e2d3f5acaebd59afcf129dd63ba2c82256f95508a4194b51ab97
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
snaptrade (2.0.
|
4
|
+
snaptrade (2.0.137)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
7
7
|
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
rubocop-ast (>= 1.2.0, < 2.0)
|
69
69
|
ruby-progressbar (~> 1.7)
|
70
70
|
unicode-display_width (>= 1.4.0, < 3.0)
|
71
|
-
rubocop-ast (1.
|
71
|
+
rubocop-ast (1.47.1)
|
72
72
|
parser (>= 3.3.7.2)
|
73
73
|
prism (~> 1.4)
|
74
74
|
ruby-progressbar (1.13.0)
|
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.137)
|
10
10
|
[](https://snaptrade.com/)
|
11
11
|
|
12
12
|
</div>
|
@@ -81,7 +81,7 @@ Connect brokerage accounts to your app for live positions and trading
|
|
81
81
|
Add to Gemfile:
|
82
82
|
|
83
83
|
```ruby
|
84
|
-
gem 'snaptrade', '~> 2.0.
|
84
|
+
gem 'snaptrade', '~> 2.0.137'
|
85
85
|
```
|
86
86
|
|
87
87
|
## Getting Started<a id="getting-started"></a>
|
@@ -117,10 +117,10 @@ module SnapTrade
|
|
117
117
|
:'quote_universal_symbol' => :'AccountOrderRecordQuoteUniversalSymbol',
|
118
118
|
:'quote_currency' => :'AccountOrderRecordQuoteCurrency',
|
119
119
|
:'action' => :'String',
|
120
|
-
:'total_quantity' => :'
|
121
|
-
:'open_quantity' => :'
|
122
|
-
:'canceled_quantity' => :'
|
123
|
-
:'filled_quantity' => :'
|
120
|
+
:'total_quantity' => :'String',
|
121
|
+
:'open_quantity' => :'String',
|
122
|
+
:'canceled_quantity' => :'String',
|
123
|
+
:'filled_quantity' => :'String',
|
124
124
|
:'execution_price' => :'Float',
|
125
125
|
:'limit_price' => :'Float',
|
126
126
|
:'stop_price' => :'Float',
|
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.137
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SnapTrade
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|