From 97c75c6b9c784f80151d2368a11367636ccbe57a Mon Sep 17 00:00:00 2001 From: Build System Date: Wed, 20 Nov 2024 09:48:43 +0000 Subject: [PATCH] 'Protobuf files change' --- .../apis/services/calendar/v1/calendar.proto | 3 ++ .../apis/services/tick/v2/get_tick.proto | 45 ------------------- 2 files changed, 3 insertions(+), 45 deletions(-) diff --git a/src/systemathics/apis/services/calendar/v1/calendar.proto b/src/systemathics/apis/services/calendar/v1/calendar.proto index 2a2ee37..bbff6b2 100644 --- a/src/systemathics/apis/services/calendar/v1/calendar.proto +++ b/src/systemathics/apis/services/calendar/v1/calendar.proto @@ -25,6 +25,7 @@ import "google/api/annotations.proto"; import "google/protobuf/wrappers.proto"; import "google/type/date.proto"; import "google/type/timeofday.proto"; +import "google/type/datetime.proto"; package systemathics.apis.services.calendar.v1; @@ -269,6 +270,8 @@ message HolidaysRequest { // Center code string center_code = 1; + + google.type.DateTime as_of_date = 2; } // All the holiday type provided diff --git a/src/systemathics/apis/services/tick/v2/get_tick.proto b/src/systemathics/apis/services/tick/v2/get_tick.proto index ca6e153..285e34c 100644 --- a/src/systemathics/apis/services/tick/v2/get_tick.proto +++ b/src/systemathics/apis/services/tick/v2/get_tick.proto @@ -84,51 +84,6 @@ message TickRequest systemathics.apis.type.shared.v1.Constraints constraints = 3; } -// The required input to request the GetTickByDate endpoint -//message GetTickByDateRequest -//{ -// // [Mandatory] The instrument identifiers: a bloomberg ticker and an asset type -// repeated systemathics.apis.type.shared.v1.Identifier identifiers = 1; -// -// // [Mandatory] The date used to request data. -// google.type.Date date = 2; -// -// // [Optional] The corporate action adjustment (dividends). -// // By default the value is set to false : the split is applied in all cases -// optional bool adjustment = 3; -//} - - - -//// Represents a tick response. -//message GetTickByDateResponse -//{ -// oneof payload -// { -// // The fields with their order that can be found in `data` values -// GetTickByDateFields fields = 1; -// -// // The mapping data -// GetTickByDateData data = 2; -// } -//} -// -//message GetTickByDateFields -//{ -// // The fields with their order that can be found in `data` values -// repeated string fields = 1; -//} -// -//message GetTickByDateData -//{ -// // The instrument identifier: a bloomberg ticker and an asset type -// systemathics.apis.type.shared.v1.Identifier identifier = 1; -// -// // The tick data. The mapping is provided by the first element of the stream. -// repeated double data = 2; -//} - - // Represents the tick scalar stream response. message TickScalarStreamResponse