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 Dec 15, 2023
1 parent 37ad572 commit 583c608
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ message StaticDataRequest
// [Optional] Define the first element index to be retrieved
google.protobuf.Int32Value start = 2;

// [Optional] Select the first elements retrieved, by default count is set to 100
// [Optional] Select the first elements retrieved, by default count is set to 500, and the max count value is set to 500
google.protobuf.Int32Value count = 3;

// [Optional] Bloomberg
Expand Down Expand Up @@ -140,8 +140,7 @@ message StaticDataRequest

// [Optional] Expiry for option
StaticDataDateRange expiry = 30;



// [Optional] Option type for option (Call/Put)
OptionType option_type = 31;

Expand All @@ -154,6 +153,8 @@ message StaticDataRequest
// [Optional] Seniority for bond
google.protobuf.StringValue seniority = 34;

// [Optional] issuer
google.protobuf.StringValue issuer = 35;
}

// Used to specify a date range search
Expand Down

0 comments on commit 583c608

Please sign in to comment.