Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
GNU Affero General Public License v3.0
1 stars 0 forks source link

[TSE] Implement Exchange Service #13

Closed MWBlocky closed 1 month ago

MWBlocky commented 1 month ago

Description

This Pull Request introduces the implementation of trade execution and order management methods within the Exchange Trade Service, using the CCXT library for interaction with supported exchanges. The service ensures that every exchange operation affecting the exchange state, such as order creation or cancellation, is saved in the database via the Exchange Operation Service.

Summary of changes

Related issues

Fixes #4