Skip to content

Commit

Permalink
add missing properties to OpenOrders class (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohn1028 committed Dec 18, 2021
1 parent c25a739 commit 1d50031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/serum/src/market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,9 @@ export class OpenOrders {
quoteTokenFree!: BN;
quoteTokenTotal!: BN;

freeSlotBits!: BN;
isBidBits!: BN;

orders!: BN[];
clientIds!: BN[];

Expand Down

0 comments on commit 1d50031

Please sign in to comment.