File tree Expand file tree Collapse file tree 15 files changed +54
-50
lines changed Expand file tree Collapse file tree 15 files changed +54
-50
lines changed Original file line number Diff line number Diff line change 1
- version : v1beta1
2
- build :
3
- roots :
4
- - src
5
- lint :
6
- use :
7
- - DEFAULT
8
- ignore :
9
- - google
10
- breaking :
11
- use :
1
+ version : v1beta1
2
+ build :
3
+ roots :
4
+ - src
5
+ lint :
6
+ use :
7
+ - DEFAULT
8
+ ignore :
9
+ - google
10
+ breaking :
11
+ use :
12
12
- FILE
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ syntax = "proto3";
25
25
import "google/type/date.proto" ;
26
26
27
27
import "systemathics/apis/type/shared/v1/identifier.proto" ;
28
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
28
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
29
29
30
30
package systemathics.apis.services.corporate_actions.v1 ;
31
31
@@ -42,9 +42,9 @@ message ChangesRequest
42
42
// [Mandatory] The instrument identifier: a ticker and exchange
43
43
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
44
44
45
- // [Optional] The time constraints used to define the look-back period.
45
+ // [Optional] The time date interval used to define the look-back period.
46
46
// If empty, then all the available data is retrieved.
47
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
47
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
48
48
}
49
49
50
50
// Represents a change response.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ syntax = "proto3";
25
25
import "google/type/date.proto" ;
26
26
27
27
import "systemathics/apis/type/shared/v1/identifier.proto" ;
28
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
28
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
29
29
30
30
package systemathics.apis.services.corporate_actions.v1 ;
31
31
@@ -42,9 +42,9 @@ message DividendsRequest
42
42
// [Mandatory] The instrument identifier: a ticker and exchange
43
43
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
44
44
45
- // [Optional] The time constraints used to define the look-back period.
45
+ // [Optional] The date interval used to define the look-back period.
46
46
// If empty, then all the available data is retrieved.
47
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
47
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
48
48
}
49
49
50
50
// Represents a dividend response.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ syntax = "proto3";
25
25
import "google/type/date.proto" ;
26
26
27
27
import "systemathics/apis/type/shared/v1/identifier.proto" ;
28
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
28
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
29
29
30
30
package systemathics.apis.services.corporate_actions.v1 ;
31
31
@@ -42,9 +42,9 @@ message SplitsRequest
42
42
// [Mandatory] The instrument identifier: a ticker and exchange
43
43
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
44
44
45
- // [Optional] The time constraints used to define the look-back period.
45
+ // [Optional] The date interval used to define the look-back period.
46
46
// If empty, then all the available data is retrieved.
47
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
47
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
48
48
}
49
49
50
50
// Represents a split response.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ syntax = "proto3";
26
26
import "google/type/date.proto" ;
27
27
28
28
import "systemathics/apis/type/shared/v1/identifier.proto" ;
29
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
29
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
30
30
31
31
package systemathics.apis.services.daily.v1 ;
32
32
@@ -43,9 +43,9 @@ message DailyBarsRequest
43
43
// [Mandatory] The instrument identifier: a ticker and exchange
44
44
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
45
45
46
- // [Optional] The time constraints used to define the look-back period.
46
+ // [Optional] The date interval used to define the look-back period.
47
47
// If empty, then all the available data is retrieved.
48
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
48
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
49
49
50
50
// [Optional] The corporate action adjustment (dividends).
51
51
// By default the value is set to false : the split is applied in all cases
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ syntax = "proto3";
25
25
import "google/type/date.proto" ;
26
26
27
27
import "systemathics/apis/type/shared/v1/identifier.proto" ;
28
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
28
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
29
29
30
30
package systemathics.apis.services.daily.v1 ;
31
31
@@ -42,9 +42,9 @@ message DailyPricesRequest
42
42
// [Mandatory] The instrument identifier: a ticker and exchange
43
43
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
44
44
45
- // [Optional] The time constraints used to define the look-back period.
45
+ // [Optional] The date interval used to define the look-back period.
46
46
// If empty, then all the available data is retrieved.
47
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
47
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
48
48
49
49
// [Optional] The corporate action adjustment (dividends).
50
50
// By default the value is set to false : the split is applied in all cases
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ syntax = "proto3";
29
29
import "google/type/date.proto" ;
30
30
31
31
import "systemathics/apis/type/shared/v1/identifier.proto" ;
32
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
32
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
33
33
34
34
package systemathics.apis.services.daily.v1 ;
35
35
@@ -46,9 +46,9 @@ message DailyVwapsRequest
46
46
// [Mandatory] The instrument identifier: a ticker and exchange
47
47
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
48
48
49
- // [Optional] The time constraints used to define the look-back period.
49
+ // [Optional] The date interval used to define the look-back period.
50
50
// If empty, then all the available data is retrieved.
51
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
51
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
52
52
53
53
// [Optional] The corporate action adjustment (dividends).
54
54
// By default the value is set to false : the split is applied in all cases
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import "google/type/date.proto";
31
31
import "google/protobuf/wrappers.proto" ;
32
32
33
33
import "systemathics/apis/type/shared/v1/identifier.proto" ;
34
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
34
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
35
35
36
36
package systemathics.apis.services.daily_analytics.v1 ;
37
37
@@ -48,9 +48,9 @@ message DailyBollingerRequest
48
48
// [Mandatory] The instrument identifier: a ticker and exchange
49
49
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
50
50
51
- // [Optional] The time constraints used to define the look-back period.
51
+ // [Optional] The date interval used to define the look-back period.
52
52
// If empty, then all the available data is retrieved.
53
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
53
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
54
54
55
55
// [Mandatory] The simple moving average window length (period: data points number)
56
56
int32 length = 3 ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import "google/type/date.proto";
30
30
import "google/protobuf/wrappers.proto" ;
31
31
32
32
import "systemathics/apis/type/shared/v1/identifier.proto" ;
33
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
33
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
34
34
35
35
package systemathics.apis.services.daily_analytics.v1 ;
36
36
@@ -47,9 +47,9 @@ message DailyCmaRequest
47
47
// [Mandatory] The instrument identifier: a ticker and exchange
48
48
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
49
49
50
- // [Optional] The time constraints used to define the look-back period.
50
+ // [Optional] The date interval used to define the look-back period.
51
51
// If empty, then all the available data is retrieved.
52
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
52
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
53
53
54
54
// [Optional] The corporate action adjustment (dividends).
55
55
// By default the value is set to false : the split is applied in all cases
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import "google/type/date.proto";
32
32
import "google/protobuf/wrappers.proto" ;
33
33
34
34
import "systemathics/apis/type/shared/v1/identifier.proto" ;
35
- import "systemathics/apis/type/shared/v1/constraints .proto" ;
35
+ import "systemathics/apis/type/shared/v1/date_interval .proto" ;
36
36
37
37
package systemathics.apis.services.daily_analytics.v1 ;
38
38
@@ -49,9 +49,9 @@ message DailyEmaRequest
49
49
// [Mandatory] The instrument identifier: a ticker and exchange
50
50
systemathics.apis.type.shared.v1.Identifier identifier = 1 ;
51
51
52
- // [Optional] The time constraints used to define the look-back period.
52
+ // [Optional] The date interval used to define the look-back period.
53
53
// If empty, then all the available data is retrieved.
54
- systemathics.apis.type.shared.v1.Constraints constraints = 2 ;
54
+ systemathics.apis.type.shared.v1.DateInterval date_interval = 2 ;
55
55
56
56
// [Mandatory] The exponential moving average window length (period : points number)
57
57
int32 length = 3 ;
You can’t perform that action at this time.
0 commit comments