Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
theryee committed May 27, 2018
1 parent 73056a4 commit dea9cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Parameters::Parameters(std::string fileName) {
trailingLim = getDouble(getParameter("TrailingSpreadLim", configFile));
trailingCount = getUnsigned(getParameter("TrailingSpreadCount", configFile));
orderBookFactor = getDouble(getParameter("OrderBookFactor", configFile));
demoMode = getBool(getParameter("DemoMode", configFile));
isDemoMode = getBool(getParameter("DemoMode", configFile));
leg1 = getParameter("Leg1", configFile);
leg2 = getParameter("Leg2", configFile);
verbose = getBool(getParameter("Verbose", configFile));
Expand Down

0 comments on commit dea9cc9

Please sign in to comment.