Skip to content

Commit

Permalink
'Protobuf files change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Build System committed Nov 20, 2024
1 parent 9eebd78 commit 97c75c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
3 changes: 3 additions & 0 deletions src/systemathics/apis/services/calendar/v1/calendar.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -269,6 +270,8 @@ message HolidaysRequest
{
// Center code
string center_code = 1;

google.type.DateTime as_of_date = 2;
}

// All the holiday type provided
Expand Down
45 changes: 0 additions & 45 deletions src/systemathics/apis/services/tick/v2/get_tick.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97c75c6

Please sign in to comment.