snaptrade 2.0.121 → 2.0.122

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: 7c6d68c3bef6d28351d54a9f45678a5cfefc9b9391e9ab251e2a1fde13a1932d
4
- data.tar.gz: d6a23c0e07e552ec7a3164b9726b4c9a17519e25adcc6b6cd3fb141ec1ae6c68
3
+ metadata.gz: 98b5e70912429ad85b13f9f1d3bfc659aa781e766ac67778a1cad1bf4485c8ce
4
+ data.tar.gz: 19b304cb5feae0de1c23717fdceed6ed007b0eed9b9a64efa08c94108488392b
5
5
  SHA512:
6
- metadata.gz: 70c0c65c30a04eacf60727973d3b3090b28cfac3746b964c9884f64271705e304762d280b7fda101db556548e94a34e8262d17d83a0dc56ea6cc66688f6330b6
7
- data.tar.gz: fd1a0091ab72a9e0ee4955fe64d8ae8cc96edc7a03fa2ffdaddf516cf043a901142980dca741929703522ea7ebdc44f4a3bab494819b630a65df65f8136f895c
6
+ metadata.gz: 04f6c32229340df5ad6eb2b8a285f5a8edb91f37971054b38c76364e66f670377bc253bc79b1a6460586522e71e015b46e4433a2d435e1b33c5adfffd48f591b
7
+ data.tar.gz: 32fc5d29684a5d0431d9b13e7364a64ebb88dcf73f41eefc9fabb9e8b07ab8a5fd31eacfc8edfc8b3b52ebe790e39a680200b4982b3ea0811fcc73e701bf1786
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.121)
4
+ snaptrade (2.0.122)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -42,7 +42,7 @@ GEM
42
42
  racc (1.8.1)
43
43
  rainbow (3.1.1)
44
44
  rake (13.0.6)
45
- regexp_parser (2.11.0)
45
+ regexp_parser (2.11.2)
46
46
  reline (0.6.2)
47
47
  io-console (~> 0.5)
48
48
  rexml (3.4.1)
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.121-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.121)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.122-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.122)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -83,7 +83,7 @@ Connect brokerage accounts to your app for live positions and trading
83
83
  Add to Gemfile:
84
84
 
85
85
  ```ruby
86
- gem 'snaptrade', '~> 2.0.121'
86
+ gem 'snaptrade', '~> 2.0.122'
87
87
  ```
88
88
 
89
89
  ## Getting Started<a id="getting-started"></a>
@@ -1549,7 +1549,7 @@ module SnapTrade
1549
1549
  end
1550
1550
 
1551
1551
 
1552
- # Replace equity order
1552
+ # Replace order
1553
1553
  #
1554
1554
  # Replaces an existing pending order with a new one. The way this works is brokerage dependent, but usually involves cancelling
1555
1555
  # the existing order and placing a new one. The order's brokerage_order_id may or may not change, be sure to use the one
@@ -1583,7 +1583,7 @@ module SnapTrade
1583
1583
  data
1584
1584
  end
1585
1585
 
1586
- # Replace equity order
1586
+ # Replace order
1587
1587
  #
1588
1588
  # Replaces an existing pending order with a new one. The way this works is brokerage dependent, but usually involves cancelling
1589
1589
  # the existing order and placing a new one. The order's brokerage_order_id may or may not change, be sure to use the one
@@ -1616,7 +1616,7 @@ module SnapTrade
1616
1616
  replace_order_with_http_info_impl(account_id, user_id, user_secret, manual_trade_replace_form, extra)
1617
1617
  end
1618
1618
 
1619
- # Replace equity order
1619
+ # Replace order
1620
1620
  # Replaces an existing pending order with a new one. The way this works is brokerage dependent, but usually involves cancelling the existing order and placing a new one. The order's brokerage_order_id may or may not change, be sure to use the one returned in the response going forward. Only supported on some brokerages
1621
1621
  # @param account_id [String] The ID of the account to execute the trade on.
1622
1622
  # @param user_id [String]
@@ -1629,7 +1629,7 @@ module SnapTrade
1629
1629
  data
1630
1630
  end
1631
1631
 
1632
- # Replace equity order
1632
+ # Replace order
1633
1633
  # Replaces an existing pending order with a new one. The way this works is brokerage dependent, but usually involves cancelling the existing order and placing a new one. The order&#39;s brokerage_order_id may or may not change, be sure to use the one returned in the response going forward. Only supported on some brokerages
1634
1634
  # @param account_id [String] The ID of the account to execute the trade on.
1635
1635
  # @param user_id [String]
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.121'
11
+ VERSION = '2.0.122'
12
12
  end
@@ -192,7 +192,7 @@ describe 'TradingApi' do
192
192
  end
193
193
 
194
194
  # unit tests for replace_order
195
- # Replace equity order
195
+ # Replace order
196
196
  # Replaces an existing pending order with a new one. The way this works is brokerage dependent, but usually involves cancelling the existing order and placing a new one. The order&#39;s brokerage_order_id may or may not change, be sure to use the one returned in the response going forward. Only supported on some brokerages
197
197
  # @param account_id The ID of the account to execute the trade on.
198
198
  # @param user_id
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.121
4
+ version: 2.0.122
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-08 00:00:00.000000000 Z
11
+ date: 2025-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday