Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nickhuangxinyu/hft
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu committed May 6, 2021
2 parents 3595299 + be0b44d commit 8b80e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# High Frequency Trading Solution #
* running on china futures market and cryptocurrency market

## This system is not perfect, there are many things can be improved, if you want to cooperate with me to build a better one, please contact with me. [email protected]

### What is this repository for? ###
* automatic algorithm trading system

Expand Down
2 changes: 1 addition & 1 deletion src/ctpdata/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Listener : public CThostFtdcMdSpi {
snapshot.bids[i] = 0;
snapshot.asks[i] = 0;
}
snapshot.Show(stdout, 5);
// snapshot.Show(stdout, 5);
sender->Send(snapshot);
if (record_file) {
snapshot.Show(data_file, 5);
Expand Down

0 comments on commit 8b80e68

Please sign in to comment.