Skip to content

Commit

Permalink
Orderbook Fills protos (backport #1446) (#1556)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Fung <[email protected]>
Co-authored-by: Jonathan Fung <[email protected]>
  • Loading branch information
3 people authored May 21, 2024
1 parent 0f19dd1 commit 6b86513
Show file tree
Hide file tree
Showing 5 changed files with 1,414 additions and 231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ export interface Query {
/** Queries the stateful order for a given order id. */

statefulOrder(request: QueryStatefulOrderRequest): Promise<QueryStatefulOrderResponse>;
/** 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 6b86513

Please sign in to comment.