Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combinatorial Testing of Order Book #9

Open
3 of 18 tasks
jmcph4 opened this issue Apr 24, 2020 · 0 comments
Open
3 of 18 tasks

Combinatorial Testing of Order Book #9

jmcph4 opened this issue Apr 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jmcph4
Copy link
Owner

jmcph4 commented Apr 24, 2020

Description

This is a tracking issue for unit testing of the limit order book implementation, i.e. the book::Book type.

Once this issue is completed, the matching engine should have basic combinatorial test coverage.

Tasks

Case Side Price Quantity
1 Bid Lesser Lesser
2 Bid Lesser Equal
3 Bid Lesser Greater
4 Bid Equal Lesser
5 Bid Equal Equal
6 Bid Equal Greater
7 Bid Greater Lesser
8 Bid Greater Equal
9 Bid Greater Greater
10 Ask Lesser Lesser
11 Ask Lesser Equal
12 Ask Lesser Greater
13 Ask Equal Lesser
14 Ask Equal Equal
15 Ask Equal Greater
16 Ask Greater Lesser
17 Ask Greater Equal
18 Ask Greater Greater
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
@jmcph4 jmcph4 added the enhancement New feature or request label Apr 24, 2020
@jmcph4 jmcph4 self-assigned this Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant