Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu1 committed Aug 10, 2020
2 parents 75df331 + 40b7f78 commit b97d84f
Show file tree
Hide file tree
Showing 235 changed files with 49,352 additions and 3,731 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WAF = backend/tools/waf
WAF = backend/tools/waf-light

all:
$(WAF) configure all $(PARAMS)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
based on centos 6.5 or 7 (other system have not been tested)
* IDE recommendation:
I developed it by vim (using some cool plugin), i also set the neccessary config file for QT, so this can be opened on QT directly.
* Complie Tools
* Complie Tools:
based on g++, using the complie tools waf, the binary file is included in the repository, path hft/backend/bin/waf, for waf, you can google it
* pre-installed software:
this project used zeromq to do ipc, version 4.1.2
* complie command:
in the path of yourhomepath/hft, run "make", you will get binary file in build/bin

### warning(using waf:python 2 is a must now, 3 will be crashed!!!!!!) ###

### Have a quick view ###
* How to run it
As a start, you can run ctpdata (after 'make', ./build/bin/ctpdata), if network is good, and time is in the trading session(9:00-11:30 13:30-3:00), you can see marketdata come out in your screen.
Expand Down
Loading

0 comments on commit b97d84f

Please sign in to comment.