Skip to content

Commit e632ed4

Browse files
Update proto/dydxprotocol/clob/query.proto comment
Co-authored-by: Teddy Ding <teddy@dydx.exchange>
1 parent 457459b commit e632ed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/dydxprotocol/clob/query.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ message StreamOrderbookUpdatesRequest {
187187
// Market ids for price updates.
188188
repeated uint32 market_ids = 3;
189189

190-
// Filter order updates in addition to position updates
190+
// Filter order updates by subaccount IDs.
191+
// If true, the orderbook updates only include orders from provided subaccount IDs.
191192
bool filter_orders = 4;
192193
}
193194

0 commit comments

Comments
 (0)