Skip to content

Commit

Permalink
Orderbook Fills protos (#1446)
Browse files Browse the repository at this point in the history
* new protos

* fix prev use case

* proto lint
  • Loading branch information
jonfung-dydx committed May 13, 2024
1 parent 203198f commit f710645
Show file tree
Hide file tree
Showing 5 changed files with 1,408 additions and 221 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export interface Query {
/** Queries LiquidationsConfiguration. */

liquidationsConfiguration(request?: QueryLiquidationsConfigurationRequest): Promise<QueryLiquidationsConfigurationResponse>;
/** Streams orderbook updates. */
/**
* Streams orderbook updates. Updates contain orderbook data
* such as order placements, updates, and fills.
*/

streamOrderbookUpdates(request: StreamOrderbookUpdatesRequest): Promise<StreamOrderbookUpdatesResponse>;
}
Expand Down
Loading

0 comments on commit f710645

Please sign in to comment.