From 0ba62329446287bd45e9541f0c5b9ffa862cd98b Mon Sep 17 00:00:00 2001 From: Build System Date: Wed, 12 Jun 2024 08:51:21 +0000 Subject: [PATCH] 'Protobuf files change' --- src/systemathics/apis/type/shared/v1/identifier.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/systemathics/apis/type/shared/v1/identifier.proto b/src/systemathics/apis/type/shared/v1/identifier.proto index 8243f73..1b99cf7 100644 --- a/src/systemathics/apis/type/shared/v1/identifier.proto +++ b/src/systemathics/apis/type/shared/v1/identifier.proto @@ -33,9 +33,6 @@ package systemathics.apis.type.shared.v1; // Contains the instrument identifier. message Identifier { - // Exchange market identifier code (MIC defined in ISO-20022) - string exchange = 1; - // Ticker name, associated with market idenfier code defines a unique asset string ticker = 2;