Skip to content

Commit

Permalink
feat: add order status checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed Aug 12, 2024
1 parent 2e4f86d commit 38a037c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/integration/features/verified/0029-FEES-040.feature
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Feature: Fees calculations
| trader1 | ETH/DEC21 | buy | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t1-b2-01 | |
| trader2 | ETH/DEC21 | sell | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t2-s4-01 | party has insufficient funds to cover fees |

And the orders should have the following status:
| party | reference | status |
| trader2 | t2-s4-01 | STATUS_REJECTED |

And the order book should have the following volumes for market "ETH/DEC21":
| side | price | volume |
| buy | 1002 | 2 |
Expand Down

0 comments on commit 38a037c

Please sign in to comment.