radar-api 0.5.0 → 0.6.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/gen/radar/api/common_types.rb +3 -3
- data/gen/radar/api/data_server_types.rb +2 -2
- data/gen/radar/api/fund_service.rb +1 -1
- data/gen/radar/api/index_service.rb +5 -5
- data/gen/radar/api/portfolio_analyzer_types.rb +4 -4
- data/gen/radar/api/security_service.rb +9 -9
- data/gen/radar/api/transaction_sync_types.rb +2 -2
- 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: 0aa2a93b72869095bf7a8250498ab1f85c9722ac
|
4
|
+
data.tar.gz: ad16567823f6734fae2ff3574b45cfb01c2ab49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abf2e1078e240f07c77311c864fab215697a201ba339df82f2113ebd0d3f64b7d4ae09196338dce9cebd835ac5855b58473164b6cde2b194ab448bc495e5a37f
|
7
|
+
data.tar.gz: 0e034916bb2e136c9a66eb2d765bfdaf6c33711950dbcad3f646e83e4e97093df5f89f779bdacf02be6319dda1ab033d482c0868abdbdd08802eb84c01e45844
|
data/Gemfile.lock
CHANGED
@@ -68,8 +68,8 @@ module Radar
|
|
68
68
|
INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'index', :class => ::Radar::Api::IndexId},
|
69
69
|
FACTOR => {:type => ::Thrift::Types::DOUBLE, :name => 'factor'},
|
70
70
|
RATE => {:type => ::Thrift::Types::DOUBLE, :name => 'rate'},
|
71
|
-
BASE_DATE => {:type => ::Thrift::Types::
|
72
|
-
MATURITY_DATE => {:type => ::Thrift::Types::
|
71
|
+
BASE_DATE => {:type => ::Thrift::Types::I64, :name => 'base_date'},
|
72
|
+
MATURITY_DATE => {:type => ::Thrift::Types::I64, :name => 'maturity_date'}
|
73
73
|
}
|
74
74
|
|
75
75
|
def struct_fields; FIELDS; end
|
@@ -87,7 +87,7 @@ module Radar
|
|
87
87
|
|
88
88
|
FIELDS = {
|
89
89
|
NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
|
90
|
-
MATURITY_DATE => {:type => ::Thrift::Types::
|
90
|
+
MATURITY_DATE => {:type => ::Thrift::Types::I64, :name => 'maturity_date'}
|
91
91
|
}
|
92
92
|
|
93
93
|
def struct_fields; FIELDS; end
|
@@ -16,7 +16,7 @@ module Radar
|
|
16
16
|
CLOSE = 2
|
17
17
|
|
18
18
|
FIELDS = {
|
19
|
-
DATE => {:type => ::Thrift::Types::
|
19
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
20
20
|
CLOSE => {:type => ::Thrift::Types::DOUBLE, :name => 'close'}
|
21
21
|
}
|
22
22
|
|
@@ -36,7 +36,7 @@ module Radar
|
|
36
36
|
|
37
37
|
FIELDS = {
|
38
38
|
PRICE => {:type => ::Thrift::Types::DOUBLE, :name => 'price'},
|
39
|
-
DATE => {:type => ::Thrift::Types::
|
39
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
40
40
|
NAV => {:type => ::Thrift::Types::DOUBLE, :name => 'nav'}
|
41
41
|
}
|
42
42
|
|
@@ -159,7 +159,7 @@ module Radar
|
|
159
159
|
|
160
160
|
FIELDS = {
|
161
161
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::FundId},
|
162
|
-
DATE => {:type => ::Thrift::Types::
|
162
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'}
|
163
163
|
}
|
164
164
|
|
165
165
|
def struct_fields; FIELDS; end
|
@@ -96,8 +96,8 @@ module Radar
|
|
96
96
|
|
97
97
|
FIELDS = {
|
98
98
|
SYMBOL => {:type => ::Thrift::Types::STRING, :name => 'symbol'},
|
99
|
-
START_DATE => {:type => ::Thrift::Types::
|
100
|
-
END_DATE => {:type => ::Thrift::Types::
|
99
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
100
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
101
101
|
}
|
102
102
|
|
103
103
|
def struct_fields; FIELDS; end
|
@@ -131,7 +131,7 @@ module Radar
|
|
131
131
|
|
132
132
|
FIELDS = {
|
133
133
|
SYMBOL => {:type => ::Thrift::Types::STRING, :name => 'symbol'},
|
134
|
-
DATE => {:type => ::Thrift::Types::
|
134
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'}
|
135
135
|
}
|
136
136
|
|
137
137
|
def struct_fields; FIELDS; end
|
@@ -166,8 +166,8 @@ module Radar
|
|
166
166
|
|
167
167
|
FIELDS = {
|
168
168
|
SYMBOL => {:type => ::Thrift::Types::STRING, :name => 'symbol'},
|
169
|
-
START_DATE => {:type => ::Thrift::Types::
|
170
|
-
END_DATE => {:type => ::Thrift::Types::
|
169
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
170
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
171
171
|
}
|
172
172
|
|
173
173
|
def struct_fields; FIELDS; end
|
@@ -50,7 +50,7 @@ module Radar
|
|
50
50
|
Y = 2
|
51
51
|
|
52
52
|
FIELDS = {
|
53
|
-
X => {:type => ::Thrift::Types::
|
53
|
+
X => {:type => ::Thrift::Types::I64, :name => 'x'},
|
54
54
|
Y => {:type => ::Thrift::Types::DOUBLE, :name => 'y'}
|
55
55
|
}
|
56
56
|
|
@@ -447,7 +447,7 @@ module Radar
|
|
447
447
|
PERIOD = 2
|
448
448
|
|
449
449
|
FIELDS = {
|
450
|
-
DATE => {:type => ::Thrift::Types::
|
450
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
451
451
|
PERIOD => {:type => ::Thrift::Types::I16, :name => 'period'}
|
452
452
|
}
|
453
453
|
|
@@ -491,7 +491,7 @@ module Radar
|
|
491
491
|
PROVISIONS = 6
|
492
492
|
|
493
493
|
FIELDS = {
|
494
|
-
DATE => {:type => ::Thrift::Types::
|
494
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
495
495
|
POSITIONS => {:type => ::Thrift::Types::LIST, :name => 'positions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::Api::Position}},
|
496
496
|
RENTABILITY => {:type => ::Thrift::Types::DOUBLE, :name => 'rentability'},
|
497
497
|
NAV => {:type => ::Thrift::Types::DOUBLE, :name => 'nav'},
|
@@ -541,7 +541,7 @@ module Radar
|
|
541
541
|
TYPE = 4
|
542
542
|
|
543
543
|
FIELDS = {
|
544
|
-
DATE => {:type => ::Thrift::Types::
|
544
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
545
545
|
VALUE => {:type => ::Thrift::Types::DOUBLE, :name => 'value'},
|
546
546
|
BALANCE => {:type => ::Thrift::Types::DOUBLE, :name => 'balance'},
|
547
547
|
TYPE => {:type => ::Thrift::Types::I32, :name => 'type', :enum_class => ::Radar::Api::CashFlowType}
|
@@ -194,8 +194,8 @@ module Radar
|
|
194
194
|
|
195
195
|
FIELDS = {
|
196
196
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::SecurityId},
|
197
|
-
START_DATE => {:type => ::Thrift::Types::
|
198
|
-
END_DATE => {:type => ::Thrift::Types::
|
197
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
198
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
199
199
|
}
|
200
200
|
|
201
201
|
def struct_fields; FIELDS; end
|
@@ -229,7 +229,7 @@ module Radar
|
|
229
229
|
|
230
230
|
FIELDS = {
|
231
231
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::SecurityId},
|
232
|
-
DATE => {:type => ::Thrift::Types::
|
232
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'}
|
233
233
|
}
|
234
234
|
|
235
235
|
def struct_fields; FIELDS; end
|
@@ -264,8 +264,8 @@ module Radar
|
|
264
264
|
|
265
265
|
FIELDS = {
|
266
266
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::SecurityId},
|
267
|
-
START_DATE => {:type => ::Thrift::Types::
|
268
|
-
END_DATE => {:type => ::Thrift::Types::
|
267
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
268
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
269
269
|
}
|
270
270
|
|
271
271
|
def struct_fields; FIELDS; end
|
@@ -300,8 +300,8 @@ module Radar
|
|
300
300
|
|
301
301
|
FIELDS = {
|
302
302
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::SecurityId},
|
303
|
-
START_DATE => {:type => ::Thrift::Types::
|
304
|
-
END_DATE => {:type => ::Thrift::Types::
|
303
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
304
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
305
305
|
}
|
306
306
|
|
307
307
|
def struct_fields; FIELDS; end
|
@@ -336,8 +336,8 @@ module Radar
|
|
336
336
|
|
337
337
|
FIELDS = {
|
338
338
|
ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::Api::SecurityId},
|
339
|
-
START_DATE => {:type => ::Thrift::Types::
|
340
|
-
END_DATE => {:type => ::Thrift::Types::
|
339
|
+
START_DATE => {:type => ::Thrift::Types::I64, :name => 'start_date'},
|
340
|
+
END_DATE => {:type => ::Thrift::Types::I64, :name => 'end_date'}
|
341
341
|
}
|
342
342
|
|
343
343
|
def struct_fields; FIELDS; end
|
@@ -25,7 +25,7 @@ module Radar
|
|
25
25
|
PRICE = 4
|
26
26
|
|
27
27
|
FIELDS = {
|
28
|
-
DATE => {:type => ::Thrift::Types::
|
28
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
29
29
|
STOCK => {:type => ::Thrift::Types::STRUCT, :name => 'stock', :class => ::Radar::Api::StockId},
|
30
30
|
SHARES => {:type => ::Thrift::Types::I32, :name => 'shares'},
|
31
31
|
PRICE => {:type => ::Thrift::Types::DOUBLE, :name => 'price'}
|
@@ -48,7 +48,7 @@ module Radar
|
|
48
48
|
TYPE = 5
|
49
49
|
|
50
50
|
FIELDS = {
|
51
|
-
DATE => {:type => ::Thrift::Types::
|
51
|
+
DATE => {:type => ::Thrift::Types::I64, :name => 'date'},
|
52
52
|
STOCK => {:type => ::Thrift::Types::STRUCT, :name => 'stock', :class => ::Radar::Api::StockId},
|
53
53
|
SHARES => {:type => ::Thrift::Types::I32, :name => 'shares'},
|
54
54
|
PRICE => {:type => ::Thrift::Types::DOUBLE, :name => 'price'},
|