Skip to content

Commit 38a037c

Browse files
committed
feat: add order status checking
1 parent 2e4f86d commit 38a037c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/integration/features/verified/0029-FEES-040.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Feature: Fees calculations
6868
| trader1 | ETH/DEC21 | buy | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t1-b2-01 | |
6969
| trader2 | ETH/DEC21 | sell | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t2-s4-01 | party has insufficient funds to cover fees |
7070

71+
And the orders should have the following status:
72+
| party | reference | status |
73+
| trader2 | t2-s4-01 | STATUS_REJECTED |
74+
7175
And the order book should have the following volumes for market "ETH/DEC21":
7276
| side | price | volume |
7377
| buy | 1002 | 2 |

0 commit comments

Comments
 (0)