We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f86d commit 38a037cCopy full SHA for 38a037c
core/integration/features/verified/0029-FEES-040.feature
@@ -68,6 +68,10 @@ Feature: Fees calculations
68
| trader1 | ETH/DEC21 | buy | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t1-b2-01 | |
69
| trader2 | ETH/DEC21 | sell | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t2-s4-01 | party has insufficient funds to cover fees |
70
71
+ And the orders should have the following status:
72
+ | party | reference | status |
73
+ | trader2 | t2-s4-01 | STATUS_REJECTED |
74
+
75
And the order book should have the following volumes for market "ETH/DEC21":
76
| side | price | volume |
77
| buy | 1002 | 2 |
0 commit comments