Commit 926a44d
committed
feat: Implement core trading engine functionality with gRPC API
- Added Constants.cpp and Constants.hpp for price constants.
- Created README.md with project overview, features, requirements, and build instructions.
- Developed build.sh script for streamlined project building and management.
- Configured tests using Google Test framework in tests/CMakeLists.txt.
- Implemented unit tests for Order and Orderbook classes in test_order.cpp and test_orderbook.cpp.
- Added TradingEngineServer class with gRPC methods for order management in test_trading_engine_server.cpp.
- Defined trading protocol buffers in trading_optimized.proto for order requests and responses.1 parent 4665555 commit 926a44d
18 files changed
Lines changed: 2262 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments