cstock 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cstock/stock.rb +1 -1
- data/lib/cstock/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b6ab2e641015052e199ecac1030fbe8784631f1
|
4
|
+
data.tar.gz: 5be8428f3ac1ec0e319f4efbaddf56272a533759
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3096f87115d89891979da514e5bd3b18af55a2c723961c1808ea2cb5e72458fdb5811d900f23686708559209e49adf1700efef4551df6b107a82ff176722d93a
|
7
|
+
data.tar.gz: 355bc287cce8c801c7c9f11fc6d6e9f40ae82205a0419b432763f9d2d2df2948c65e956942c3b1e91bce339ba7f9a626d8e3caa410fca5096314035f8249fa30
|
data/lib/cstock/stock.rb
CHANGED
@@ -3,7 +3,7 @@ require 'rest-client'
|
|
3
3
|
|
4
4
|
module CStock
|
5
5
|
class Stock
|
6
|
-
FIELDS = %w(code name open_price yesterday_close_price current_price high_price low_price
|
6
|
+
FIELDS = %w(code name open_price yesterday_close_price current_price high_price low_price bid_price ask_price volume turnover
|
7
7
|
bid_volume_1 bid_price_1 bid_volume_2 bid_price_2 bid_volume_3 bid_price_3 bid_volume_4 bid_price_4 bid_volume_5 bid_price_5
|
8
8
|
ask_volume_1 ask_price_1 ask_volume_2 ask_price_2 ask_volume_3 ask_price_3 ask_volume_4 ask_price_4 ask_volume_5 ask_price_5
|
9
9
|
date time)
|
data/lib/cstock/version.rb
CHANGED