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

Feat/matching fee tracking #946

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Feat/matching fee tracking #946

merged 2 commits into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. Align Trade model with Position model

    - Add different structs for insert / query
    - Don't expose the db model to the business logic
    - Make `position_id` mandatory field in the db (we cannot have a trade without a position)
    da-kami committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3a1a93a View commit details
    Browse the repository at this point in the history
  2. Save payment fee in database

    da-kami committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    044e726 View commit details
    Browse the repository at this point in the history