Fixes build on Java/Python projects

These projects still need to be explicitly built, that is, they're not built
via Debug or Release build configurations by default.
This commit is contained in:
snugs
2015-11-11 20:41:21 -05:00
parent b870c55328
commit 7eebece04d
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class BasicTemplateAlgorithm extends QCAlgorithm
{
if (!get_Portfolio().get_Invested())
{
SetHoldings("SPY", 1, false);
SetHoldings(Symbol("SPY"), 1, false);
Debug("Hello From Java");
}
}