Skip to content

Commit b0390cd

Browse files
author
Build System
committed
'Protobuf files change'
1 parent 77312e4 commit b0390cd

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/systemathics/apis/services/tick/v2/tick_raw.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ syntax = "proto3";
2626

2727
import "systemathics/apis/type/shared/v1/constraints.proto";
2828
import "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";
3030
import "systemathics/apis/type/shared/v1/keys.proto";
3131
import "systemathics/apis/type/shared/v2/raw.proto";
3232

@@ -43,7 +43,7 @@ service TickRawService
4343
message 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.

src/systemathics/apis/services/tick/v2/tick_updates.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ syntax = "proto3";
2727
import "systemathics/apis/type/shared/v1/constraints.proto";
2828
import "systemathics/apis/type/shared/v1/keys.proto";
2929
import "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";
3131
import "systemathics/apis/type/shared/v2/market_fields_updates.proto";
3232
import "systemathics/apis/type/shared/v2/mbl_market_book_updates.proto";
3333
import "systemathics/apis/type/shared/v2/mbo_market_book_updates.proto";
@@ -45,7 +45,7 @@ service TickUpdatesService
4545
message 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.

src/systemathics/apis/type/shared/v1/identifierandstream.proto renamed to src/systemathics/apis/type/shared/v1/identifierandlevel.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ syntax = "proto3";
2626

2727
import "google/protobuf/wrappers.proto";
2828

29-
import "systemathics/apis/type/shared/v1/stream.proto";
29+
import "systemathics/apis/type/shared/v1/level.proto";
3030

3131
package 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
}

0 commit comments

Comments
 (0)