data: add invalid scenarios
Those are not supported by my engine, as they have remaining quantities on a trade match.
This commit is contained in:
parent
ea8c880cca
commit
a681671efa
2
data/invalid/matching-remaining-quantity-ask.csv
Normal file
2
data/invalid/matching-remaining-quantity-ask.csv
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
N,1,IBM,8,100,S,101
|
||||||
|
N,2,IBM,10,50,B,102
|
|
2
data/invalid/matching-remaining-quantity-bid.csv
Normal file
2
data/invalid/matching-remaining-quantity-bid.csv
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
N,1,IBM,8,50,S,101
|
||||||
|
N,2,IBM,10,100,B,102
|
|
Loading…
Reference in a new issue