Skip to content

Commit a9ddcf1

Browse files
author
Build System
committed
'Protobuf files change'
1 parent 7028ff0 commit a9ddcf1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ message TickBookRequest
5656
bool adjustment = 3;
5757

5858
// [Optional] The maximum number of depth, if not set use the default (10).
59-
google.protobuf.Int32Value maxDepth = 4;
59+
google.protobuf.Int32Value max_depth = 4;
6060

6161
// [Mandatory] The book update scheme (snapshots only, or, initial snapshot then incremental updates)
62-
systemathics.apis.type.shared.v2.BookUpdates BookUpdates = 5;
62+
systemathics.apis.type.shared.v2.BookUpdates book_updates = 5;
6363
}
6464

6565
// Contains the tick by tick normalized trades data: key, time stamp, price, size, condition.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ message TickTradesAndBookRequest
5656
bool adjustment = 3;
5757

5858
// [Optional] The maximum number of depth, if not set use the default (10).
59-
google.protobuf.Int32Value maxDepth = 4;
59+
google.protobuf.Int32Value max_depth = 4;
6060

6161
// [Mandatory] The book update scheme (snapshots only, or, initial snapshot then incremental updates)
62-
systemathics.apis.type.shared.v2.BookUpdates BookUpdates = 5;
62+
systemathics.apis.type.shared.v2.BookUpdates book_updates = 5;
6363
}
6464

6565
// Contains the tick by tick normalized trades data: key, time stamp, price, size, condition.

0 commit comments

Comments
 (0)