Skip to content

Commit be7bfd6

Browse files
committed
Replace HFT files with modified code
1 parent 1b7955e commit be7bfd6

File tree

8 files changed

+486
-1653
lines changed

8 files changed

+486
-1653
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Code/HFT Approach/.DS_Store

-2 KB
Binary file not shown.

Code/HFT Approach/common.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616
#include "algorithm"
1717
#include "lbfgs.h"
1818
#include "sstream"
19+
#include <set>
20+
#include <algorithm>
1921
//#include "gzstream.h"
2022

23+
24+
string USER_ID = "A00100742Q4O8VH0YMUBZ";
25+
2126
/// Safely open a file
2227
FILE* fopen_(const char* p, const char* m)
2328
{

0 commit comments

Comments
 (0)