Skip to content

Commit

Permalink
feat: 增加使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 27, 2024
1 parent c3304e1 commit b8f056e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,22 @@

- [x] 接入openctp 7x24行情服务
- [x] 接入yijinjing
- [ ] 仿照kungfu分布式架构,分离出apprentice和master
- [x] 仿照kungfu分布式架构,分离出apprentice和master

## 用法

- 编译
```
mkdir build && cd build
cmake .. && make
```
- 运行
```
./master
sleep 3
./md tcp://121.37.80.177:20004 sc2410 sc2411 sc2412 sc2501 sc2502
sleep 3
./strategy_runner
```

0 comments on commit b8f056e

Please sign in to comment.