data: add simple tests for matching

Matching is done with asking price, when there is a difference.
This commit is contained in:
Bruno BELANYI 2022-03-13 17:57:02 +01:00
parent 14645524e2
commit ea8c880cca
9 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,2 @@
N,1,IBM,8,100,S,101
N,2,IBM,10,100,B,102
1 N 1 IBM 8 100 S 101
2 N 2 IBM 10 100 B 102

View file

@ -0,0 +1,2 @@
N,1,IBM,10,100,B,101
N,2,IBM,8,100,S,102
1 N 1 IBM 10 100 B 101
2 N 2 IBM 8 100 S 102

View file

@ -0,0 +1,2 @@
N,1,IBM,10,100,B,101
N,2,IBM,10,100,S,102
1 N 1 IBM 10 100 B 101
2 N 2 IBM 10 100 S 102