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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 599095255a9ceb4e75ded90cf082f6c1b95504b2b2cf719b86c0df7cc427336a
4
- data.tar.gz: 6f3daeaf07209a90b6ac822b500d712916264573a3576979956002f10cfda331
3
+ metadata.gz: 465ff00fc381a2aff4e1968639f51fe68d4ef766c61136a12ae53a9db7872bbe
4
+ data.tar.gz: 52c42fbde3f7571d01d3aacca0ef918e0ef4de410cd938a548f65d6a837f6270
5
5
  SHA512:
6
- metadata.gz: 708c48014c68f06d829f2f35093bb0a1478f40783a7a83885fa525311d1047756c15ccfffb26edfcaed90ad4e15922c5c3debda1b318588db26b8df9a02ae6cf
7
- data.tar.gz: '029465e317e9b7a1a14d62fa094e7236c8ee244a16d6e7cb468af9a55a27b23eff79e40e782e2bd5aa45ab17f4bc871fe60ec3adf4d511dbcc45b4fa84c447a2'
6
+ metadata.gz: 34132cc6ecdb7769ac692637410dfadd4cb3c0846f49516650c207e7a4676071b804d52a2c9f4d7fefdb8d49042ca14b7966109a4de96c1bb74cd1d387702085
7
+ data.tar.gz: 327cce3d337e65342cf0401e96d1d083f2de04d97af9455c245056484f62cda3035fbd770c3034b1104383ba0f28ccd8f810afe99b7c2a3b0218df3b6201a055
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.201)
4
+ snaptrade (2.0.202)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
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
- [![npm](https://img.shields.io/badge/gem-v2.0.201-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.201)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.202-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.202)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](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.201'
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',
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.201'
11
+ VERSION = '2.0.202'
12
12
  end
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.201
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-02 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday