File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ syntax = "proto3";
2626
2727import "systemathics/apis/type/shared/v1/constraints.proto" ;
2828import "systemathics/apis/type/shared/v1/level.proto" ;
29- import "systemathics/apis/type/shared/v1/identifierandstream .proto" ;
29+ import "systemathics/apis/type/shared/v1/identifierandlevel .proto" ;
3030import "systemathics/apis/type/shared/v1/keys.proto" ;
3131import "systemathics/apis/type/shared/v2/raw.proto" ;
3232
@@ -43,7 +43,7 @@ service TickRawService
4343message TickRawRequest
4444{
4545 // [Mandatory] The instrument and streams identifiers: a list of tickers and exchanges and streams
46- repeated systemathics.apis.type.shared.v1.IdentifierAndStream identifiers = 1 ;
46+ repeated systemathics.apis.type.shared.v1.IdentifierAndLevel identifiers = 1 ;
4747
4848 // [Optional] The time constraints used to define the look-back period.
4949 // If empty, then all the available data is retrieved.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ syntax = "proto3";
2727import "systemathics/apis/type/shared/v1/constraints.proto" ;
2828import "systemathics/apis/type/shared/v1/keys.proto" ;
2929import "systemathics/apis/type/shared/v1/level.proto" ;
30- import "systemathics/apis/type/shared/v1/identifierandstream .proto" ;
30+ import "systemathics/apis/type/shared/v1/identifierandlevel .proto" ;
3131import "systemathics/apis/type/shared/v2/market_fields_updates.proto" ;
3232import "systemathics/apis/type/shared/v2/mbl_market_book_updates.proto" ;
3333import "systemathics/apis/type/shared/v2/mbo_market_book_updates.proto" ;
@@ -45,7 +45,7 @@ service TickUpdatesService
4545message TickUpdatesRequest
4646{
4747 // [Mandatory] The instrument and streams identifiers: a list of tickers and exchanges and streams
48- repeated systemathics.apis.type.shared.v1.IdentifierAndStream identifiers = 1 ;
48+ repeated systemathics.apis.type.shared.v1.IdentifierAndLevel identifiers = 1 ;
4949
5050 // [Optional] The time constraints used to define the look-back period.
5151 // If empty, then all the available data is retrieved.
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ syntax = "proto3";
2626
2727import "google/protobuf/wrappers.proto" ;
2828
29- import "systemathics/apis/type/shared/v1/stream .proto" ;
29+ import "systemathics/apis/type/shared/v1/level .proto" ;
3030
3131package systemathics.apis.type.shared.v1 ;
3232
3333// Contains the instrument identifier and stream.
34- message IdentifierAndStream
34+ message IdentifierAndLevel
3535{
3636 // [Mandatory] Exchange market identifier code (MIC defined in ISO-20022)
3737 string exchange = 1 ;
@@ -43,5 +43,5 @@ message IdentifierAndStream
4343 google.protobuf.StringValue provider = 3 ;
4444
4545 // [Mandatory]
46- systemathics.apis.type.shared.v1.Stream stream = 4 ;
46+ systemathics.apis.type.shared.v1.Level level = 4 ;
4747}
You can’t perform that action at this time.
0 commit comments