Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu committed Jan 5, 2021
1 parent bdf22a7 commit 1dc7001
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 @@ -44,7 +44,7 @@ class Listener : public CThostFtdcMdSpi {
binary_file.open(file_name.c_str(), ios::app | ios::out | ios::binary);
}
~Listener() {
if (record_file){
if (record_file) {
fclose(data_file);
}
if (record_binary) {
Expand Down

0 comments on commit 1dc7001

Please sign in to comment.