Skip to content

Commit

Permalink
sdk: add slot to groupL2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeynicc committed Nov 7, 2023
1 parent 40dcca5 commit 43b061e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/dlob/orderBookLevels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ export function groupL2(
return {
bids: groupL2Levels(l2.bids, grouping, PositionDirection.LONG, depth),
asks: groupL2Levels(l2.asks, grouping, PositionDirection.SHORT, depth),
slot: l2.slot,
};
}

Expand Down

0 comments on commit 43b061e

Please sign in to comment.