snaptrade 2.0.52 → 2.0.53

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: 29212830cd3f2c0673695b88e228218c24628151e628e2f9f1e8ff4f252b61df
4
- data.tar.gz: 75161d36c61f0d7313cbdae405dd2d507a77007f95d5e738652c42b44b2def3f
3
+ metadata.gz: 5f2b6f28443318f6630cb47b889f4f213f5a3ed250554ba76cd8d498dc62ebf0
4
+ data.tar.gz: 3494ecf4f0414d8d21608cf68a6842f8f6030ff6f99ab4c7e71f4bc37013812c
5
5
  SHA512:
6
- metadata.gz: c98c37ab4a7a31ddb8bd8b9da1ad7bac6672261e504cdbf5b4fefd5ba689fe28695fe81d56cb9a244fab3d3d7bafe1692bb9fb7efa116ad328d493c40cf4dd77
7
- data.tar.gz: 6758dcdfb42b78ac299f6a61417d138dd887c89c1534fb845172315e1cf79165eb28c9ba99d6e45e1ae67feffbddd2eb6ec44768d2188a2942ac69016483badf
6
+ metadata.gz: 4d79fcbf6f8a981fe2919af40b67424665d34a7862f90bcc57cce8a89dc36ee4346e2e46e4f40f90db04ea24f947d7c09d5085446421b7a8a3af21569c7bf9aa
7
+ data.tar.gz: f0a03abe0fc85fb4e3a37cea04efa5f8d9c634d8b135f185adaf33e3d49a39688aa322276ece7a24a1dec7d91b8d700254653414938268f23e09954119a2f159
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.52)
4
+ snaptrade (2.0.53)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -67,7 +67,7 @@ GEM
67
67
  rubocop-ast (>= 1.2.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.34.0)
70
+ rubocop-ast (1.34.1)
71
71
  parser (>= 3.3.1.0)
72
72
  ruby-progressbar (1.13.0)
73
73
  ruby2_keywords (0.0.5)
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.52-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.52)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.53-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.53)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -70,7 +70,7 @@ Connect brokerage accounts to your app for live positions and trading
70
70
  Add to Gemfile:
71
71
 
72
72
  ```ruby
73
- gem 'snaptrade', '~> 2.0.52'
73
+ gem 'snaptrade', '~> 2.0.53'
74
74
  ```
75
75
 
76
76
  ## Getting Started<a id="getting-started"></a>
@@ -11,7 +11,7 @@ require 'date'
11
11
  require 'time'
12
12
 
13
13
  module SnapTrade
14
- # The total market value of the account. Note that this field is calculated based on the sum of the values of account positions and cash balances known to SnapTrade. It may not be accurate if the brokerage account has holdings that SnapTrade is not aware of. For example, if the brokerage account holds assets that SnapTrade does not support, the total value may be underreported. To get the brokerage reported total market value of the account, refer to `account.balance.total`.
14
+ # This field is deprecated. To get the brokerage reported total market value of the account, please refer to `account.balance.total`. The total market value of the account. Note that this field is calculated based on the sum of the values of account positions and cash balances known to SnapTrade. It may not be accurate if the brokerage account has holdings that SnapTrade is not aware of. For example, if the brokerage account holds assets that SnapTrade does not support, the total value may be underreported. In certain cases, this value may also be double-counting cash-equivalent assets if those assets are represented as both cash and positions in the account.
15
15
  class SnapTradeHoldingsTotalValue
16
16
  # Total value denominated in the currency of the `currency` field.
17
17
  attr_accessor :value
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.52'
11
+ VERSION = '2.0.53'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.52
4
+ version: 2.0.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade