agoscinski / FinanceServiceComputing

A trading system based on the FIX protocol allowing trading between companies an brokers by matching orders and requests.
1 stars 1 forks source link

Write a scenario for testing our functions #62

Open agoscinski opened 7 years ago

agoscinski commented 7 years ago

With scenario I mean that the database of the server is setted up in such way that for a specific order (which you need to define) this scenario happens. If you need different inserts in the database then create a new folder in database folder with the name "scenario_ID" where ID is given here. There you put the insert .sql files you need. For the order which you need to define you can use the function scenario_ID functions in client.

@VlntnRthft These you can probably already do with our database

@rentseen These one I don't know if you need to create new order executions or you can do it with current table

@agoscinski