informativos-api 1.1.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/gen/Prices_pb.rb +18 -18
- data/gen/Securities_pb.rb +23 -9
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c68461c63a539ba7ebfeb9ba7480d840ca06a6b0bd67735e46553cc71f8325
|
4
|
+
data.tar.gz: 10448645e36e70892c428140ea08859700945941294815e27fde1f3e6aa98f79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5000df85d4de4fa7cb03743c351c3f87b1ad17b854d7a0480428aeed459cdc569279f5255799a9f39d656b17227601eaf7cb61f8e3eb14e95d2c46426c8ffdb
|
7
|
+
data.tar.gz: e9257addcbd97caa1ff39f32c1ef4e661ec8d1377617115f3af12bf7266f57f247661d2ba315508b60963d6ed1b346f8ac9e2e0ccde60c3822a2a0f795169f2e
|
data/Gemfile.lock
CHANGED
data/gen/Prices_pb.rb
CHANGED
@@ -9,24 +9,24 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
optional :updated_since, :uint64, 1
|
10
10
|
end
|
11
11
|
add_message "informativos.Price" do
|
12
|
-
optional :
|
13
|
-
optional :
|
14
|
-
optional :
|
15
|
-
optional :
|
16
|
-
optional :
|
17
|
-
optional :
|
18
|
-
optional :
|
19
|
-
optional :
|
20
|
-
optional :
|
21
|
-
optional :
|
22
|
-
optional :
|
23
|
-
optional :
|
24
|
-
optional :
|
25
|
-
optional :
|
26
|
-
optional :
|
27
|
-
optional :
|
28
|
-
optional :
|
29
|
-
optional :
|
12
|
+
optional :updated_at, :uint64, 1
|
13
|
+
optional :id, :string, 2
|
14
|
+
optional :security, :string, 3
|
15
|
+
optional :settlement_date, :uint64, 4
|
16
|
+
optional :date, :uint64, 5
|
17
|
+
optional :close, :double, 6
|
18
|
+
optional :open, :double, 7
|
19
|
+
optional :high, :double, 8
|
20
|
+
optional :low, :double, 9
|
21
|
+
optional :average, :double, 10
|
22
|
+
optional :bid, :double, 11
|
23
|
+
optional :ask, :double, 12
|
24
|
+
optional :volume, :double, 13
|
25
|
+
optional :quantity, :double, 14
|
26
|
+
optional :trades, :double, 15
|
27
|
+
optional :change, :double, 16
|
28
|
+
optional :a_change, :float, 17
|
29
|
+
optional :origin, :string, 18
|
30
30
|
end
|
31
31
|
end
|
32
32
|
end
|
data/gen/Securities_pb.rb
CHANGED
@@ -9,15 +9,28 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
optional :updated_since, :uint64, 1
|
10
10
|
end
|
11
11
|
add_message "informativos.Security" do
|
12
|
-
optional :
|
13
|
-
optional :
|
14
|
-
optional :
|
15
|
-
optional :
|
16
|
-
optional :
|
17
|
-
optional :
|
18
|
-
optional :
|
19
|
-
optional :
|
20
|
-
optional :
|
12
|
+
optional :updated_at, :uint64, 1
|
13
|
+
optional :id, :string, 2
|
14
|
+
optional :name, :string, 3
|
15
|
+
optional :isin, :string, 4
|
16
|
+
optional :symbol, :string, 5
|
17
|
+
optional :is_ibov, :bool, 6
|
18
|
+
optional :type, :enum, 7, "informativos.Security.Type"
|
19
|
+
optional :spec, :string, 8
|
20
|
+
optional :settlement_date, :uint64, 9
|
21
|
+
optional :underlying_security, :string, 10
|
22
|
+
end
|
23
|
+
add_enum "informativos.Security.Type" do
|
24
|
+
value :UNDEFINED, 0
|
25
|
+
value :NOT_MAPPED, 1
|
26
|
+
value :LFT, 2
|
27
|
+
value :LTN, 3
|
28
|
+
value :NTNB, 4
|
29
|
+
value :NTNC, 5
|
30
|
+
value :NTNF, 6
|
31
|
+
value :OPTION, 7
|
32
|
+
value :STOCK, 8
|
33
|
+
value :TERM, 9
|
21
34
|
end
|
22
35
|
end
|
23
36
|
end
|
@@ -25,4 +38,5 @@ end
|
|
25
38
|
module Informativos
|
26
39
|
GetSecuritiesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
|
27
40
|
Security = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
|
41
|
+
Security::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
|
28
42
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: informativos-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Breno Perricone Fischer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Informativos API
|
14
14
|
email:
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
rubygems_version: 3.0.
|
50
|
+
rubygems_version: 3.0.6
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Informativos API
|