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

Rework traders place order steps #3203

Closed
ValentinTrinque opened this issue Mar 17, 2021 · 2 comments
Closed

Rework traders place order steps #3203

ValentinTrinque opened this issue Mar 17, 2021 · 2 comments

Comments

@ValentinTrinque
Copy link
Contributor

ValentinTrinque commented Mar 17, 2021

These steps needs to be rework to have a better synergy

^the following orders are rejected:$ <- This is redundant with previous previous one. Need new strategy for order placement steps.
^traders cannot place the following orders anymore:$ <- need to be incorporated into the new strategy.

^missing traders place following orders with references:$

@ValentinTrinque
Copy link
Contributor Author

Given the market
And the traders...

When traders place following orders:
....
Then the orders should be successful:
....

When trader "1234" left the market
Then trader general account should be 0


When traders place following orders:
1234 -> 
And the orders should be rejected:

@cityhunteur
Copy link
Contributor

@ValentinTrinque Created this #3225 for invalid orders step refactoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants