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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user