Skip to content

Commit

Permalink
uplpad
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu1 committed Feb 14, 2021
1 parent 62e078e commit a502541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-hft
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 a502541

Please sign in to comment.