Hi,
I am trying to compile latest Lean from repository using MonoDevelop on Ubuntu 18.04. I get following errors:
Oanda/RestV20/Client/ApiClient.cs(135,51,135,69): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]'
Bitfinex/BitfinexBrokerage.cs(90,31,90,41): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(132,13,132,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(132,38,132,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(203,13,203,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(203,38,203,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(233,13,233,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.cs(233,38,233,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Bitfinex/BitfinexBrokerage.Utility.cs(277,31,277,41): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
Fxcm/FxcmBrokerage.Util.cs(182,35,182,65): error CS0117: 'Instant' does not contain a definition for 'FromMillisecondsSinceUnixEpoch'
What am I to do with this?
BTW, what is the build order? MonoDevelop is not honoring whatever was set...
Thanks.
I have also posted in the "old" google group not knowing, before postig, this is now the right forum...
Alexandre Catarino
Can you compile and run Lean from the command line (the method we recommend in the readme)?
If you can do it successfully, then you can open MonoDevelop and try it there.
Sam Harris
Unfortunately not. I get the same errors as in MonoDevelop:
Errors: /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> Oanda/RestV20/Client/ApiClient.cs(135,51): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]' Bitfinex/BitfinexBrokerage.cs(90,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.Utility.cs(277,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Fxcm/FxcmBrokerage.Util.cs(182,35): error CS0117: 'Instant' does not contain a definition for 'FromMillisecondsSinceUnixEpoch'
The whole terminal output of using xbuild QuantConnect.Lean.sln :
username@usernameVB:~/git/Lean$ nuget restore QuantConnect.Lean.sln MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'. All packages listed in packages.config are already installed. username@usernameVB:~/git/Lean$ xbuild QuantConnect.Lean.sln >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.16.0.220 Copyright (C) 2005-2013 Various Mono authors Build started 12/10/2018 5:49:57 PM. __________________________________________________ /home/username/git/Lean/Algorithm.Python/QuantConnect.Algorithm.PythonTools.pyproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/VisualStudio/v/Python Tools/Microsoft.PythonTools.targets, to import. Ignoring. /home/username/git/Lean/PythonToolbox/QuantConnect.PythonToolbox.pyproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/VisualStudio/v/Python Tools/Microsoft.PythonTools.targets, to import. Ignoring. Project "/home/username/git/Lean/QuantConnect.Lean.sln" (default target(s)): Target ValidateSolutionConfiguration: Building solution configuration "Debug|Any CPU". Target Build: Project "/home/username/git/Lean/Logging/QuantConnect.Logging.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll' to '/home/username/git/Lean/Logging/bin/Debug/MathNet.Numerics.dll' Copying file from '/home/username/git/Lean/packages/MathNet.Filtering.0.6.0/lib/net40/MathNet.Filtering.dll' to '/home/username/git/Lean/Logging/bin/Debug/MathNet.Filtering.dll' Copying file from '/home/username/git/Lean/packages/NLog.4.5.11/lib/net45/NLog.dll' to '/home/username/git/Lean/Logging/bin/Debug/NLog.dll' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Logging.dll ../Common/Properties/SharedAssemblyInfo.cs CompositeLogHandler.cs CompositeNLogHandler.cs NLogHandler.cs QueueLogHandler.cs FunctionalLogHandler.cs ConsoleLogHandler.cs FileLogHandler.cs ILogHandler.cs ILogHandlerExtensions.cs LogEntry.cs LogType.cs Properties/AssemblyInfo.cs Log.cs RegressionFileLogHandler.cs WhoCalledMe.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Logging.xml /langversion:6 /nostdlib /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.ComponentModel.Composition.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:../packages/MathNet.Filtering.0.6.0/lib/net40/MathNet.Filtering.dll /reference:../packages/NLog.4.5.11/lib/net45/NLog.dll /reference:/usr/lib/mono/4.5.2-api/System.Configuration.dll /reference:/usr/lib/mono/4.5.2-api/System.IO.Compression.dll /reference:/usr/lib/mono/4.5.2-api/System.ServiceModel.dll /reference:/usr/lib/mono/4.5.2-api/System.Transactions.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. LogType.cs(24,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Debug' LogType.cs(25,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Trace' LogType.cs(26,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Error' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Logging/obj/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/obj/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' Done building project "/home/username/git/Lean/Logging/QuantConnect.Logging.csproj". The project 'QuantConnect.Algorithm.PythonTools' is disabled for solution configuration 'Debug|Any CPU'. The project 'QuantConnect.PythonToolbox' is disabled for solution configuration 'Debug|Any CPU'. Project "/home/username/git/Lean/Configuration/QuantConnect.Configuration.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Logging.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Configuration.dll ../Common/Properties/SharedAssemblyInfo.cs ApplicationParser.cs CommandLineOption.cs Config.cs LeanArgumentParser.cs Properties/AssemblyInfo.cs ToolboxArgumentParser.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Configuration.xml /langversion:6 /nostdlib /reference:../packages/Microsoft.Extensions.CommandLineUtils.1.1.1/lib/net451/Microsoft.Extensions.CommandLineUtils.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Configuration/obj/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/obj/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' Done building project "/home/username/git/Lean/Configuration/QuantConnect.Configuration.csproj". Project "/home/username/git/Lean/Common/QuantConnect.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/packages/CloneExtensions.1.4.2/lib/net45/CloneExtensions.dll' to '/home/username/git/Lean/Common/bin/Debug/CloneExtensions.dll' Copying file from '/home/username/git/Lean/packages/DotNetZip.1.12.0/lib/net20/DotNetZip.dll' to '/home/username/git/Lean/Common/bin/Debug/DotNetZip.dll' Copying file from '/home/username/git/Lean/packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll' to '/home/username/git/Lean/Common/bin/Debug/MathNet.Numerics.dll' Copying file from '/home/username/git/Lean/packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll' to '/home/username/git/Lean/Common/bin/Debug/Newtonsoft.Json.dll' Copying file from '/home/username/git/Lean/packages/NodaTime.2.4.2/lib/net45/NodaTime.dll' to '/home/username/git/Lean/Common/bin/Debug/NodaTime.dll' Copying file from '/home/username/git/Lean/packages/QLNet.1.11.2/lib/net45/QLNet.dll' to '/home/username/git/Lean/Common/bin/Debug/QLNet.dll' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/lib/Python.Runtime.dll' to '/home/username/git/Lean/Common/bin/Debug/Python.Runtime.dll' Copying file from '/home/username/git/Lean/packages/SharpZipLib.1.0.0/lib/net45/ICSharpCode.SharpZipLib.dll' to '/home/username/git/Lean/Common/bin/Debug/ICSharpCode.SharpZipLib.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' to '/home/username/git/Lean/Common/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/NLog.dll' to '/home/username/git/Lean/Common/bin/Debug/NLog.dll' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Common.dll AlgorithmSettings.cs Algorithm/Framework/Alphas/Analysis/ReadOnlySecurityValuesCollection.cs Algorithm/Framework/Alphas/IInsightManagerExtension.cs Algorithm/Framework/Alphas/InsightCollection.cs Algorithm/Framework/Alphas/Serialization/InsightJsonConverter.cs Algorithm/Framework/Alphas/Serialization/SerializedInsight.cs Algorithm/Framework/Portfolio/IPortfolioTarget.cs Algorithm/Framework/Portfolio/PortfolioTarget.cs Algorithm/Framework/Alphas/Analysis/Providers/AlgorithmSecurityValuesProvider.cs Algorithm/Framework/Alphas/Analysis/Functions/BinaryInsightScoreFunction.cs Algorithm/Framework/Alphas/Analysis/ISecurityValuesProvider.cs Algorithm/Framework/Alphas/Analysis/IInsightScoreFunction.cs Algorithm/Framework/Alphas/Analysis/IInsightScoreFunctionProvider.cs Algorithm/Framework/Alphas/Analysis/Providers/DefaultInsightScoreFunctionProvider.cs Algorithm/Framework/Alphas/Analysis/SecurityValues.cs Algorithm/Framework/Alphas/Insight.cs Algorithm/Framework/Alphas/Analysis/InsightAnalysisContext.cs Algorithm/Framework/Alphas/GeneratedInsightsCollection.cs Algorithm/Framework/Alphas/Analysis/InsightManager.cs Algorithm/Framework/Alphas/InsightScore.cs Algorithm/Framework/Alphas/InsightScoreType.cs Algorithm/Framework/Portfolio/PortfolioTargetCollection.cs AlphaRuntimeStatistics.cs API/AuthenticationResponse.cs API/Backtest.cs API/Compile.cs API/CompileState.cs API/BacktestReport.cs API/Dividends.cs API/Link.cs API/LiveAlgorithm.cs API/LiveAlgorithmResults.cs API/LiveAlgorithmResultsJsonConverter.cs API/LiveAlgorithmSettings.cs API/LiveLog.cs API/Prices.cs API/Project.cs API/ProjectFile.cs API/RestResponse.cs API/Split.cs Benchmarks/FuncBenchmark.cs Benchmarks/IBenchmark.cs Benchmarks/SecurityBenchmark.cs Brokerages/AlpacaBrokerageModel.cs Brokerages/BrokerageFactoryAttribute.cs Brokerages/BrokerageName.cs Brokerages/DefaultBrokerageMessageHandler.cs Brokerages/DefaultBrokerageModel.cs Brokerages/DowngradeErrorCodeToWarningBrokerageMessageHandler.cs Brokerages/FxcmBrokerageModel.cs Brokerages/BitfinexBrokerageModel.cs Brokerages/GDAXBrokerageModel.cs Chart.cs ChartPoint.cs Data/HistoryProviderBase.cs Data/HistoryProviderInitializeParameters.cs Data/SubscriptionDataConfigExtensions.cs HistoryProviderEvents.cs Interfaces/IAlgorithmSubscriptionManager.cs Interfaces/IHistoryProvider.cs Interfaces/IOptionPrice.cs Interfaces/ISecurityInitializerProvider.cs Interfaces/ISecurityService.cs Interfaces/ISecurityPrice.cs Interfaces/ISubscriptionDataConfigProvider.cs Interfaces/ISubscriptionDataConfigService.cs Interfaces/ITimeKeeper.cs IsolatorLimitResult.cs Orders/Fills/Fill.cs Orders/Fills/FillModelParameters.cs Orders/Fees/FeeModel.cs Orders/Fees/OrderFee.cs Orders/Fees/OrderFeeParameters.cs Python/BrokerageMessageHandlerPythonWrapper.cs Python/MarginCallModelPythonWrapper.cs Python/PythonInitializer.cs Python/PythonWrapper.cs Securities/BuyingPower.cs Securities/BuyingPowerParameters.cs Securities/BuyingPowerModel.cs Securities/BuyingPowerModelExtensions.cs Securities/ErrorCurrencyConverter.cs Securities/GetMaximumOrderQuantityForTargetValueParameters.cs Securities/HasSufficientBuyingPowerForOrderParameters.cs Securities/ICurrencyConverter.cs Python/BuyingPowerModelPythonWrapper.cs Securities/CashAmount.cs Securities/IdentityCurrencyConverter.cs Securities/InitialMarginRequiredForOrderParameters.cs Securities/ReservedBuyingPowerForPosition.cs Securities/ReservedBuyingPowerForPositionParameters.cs Securities/SecurityService.cs Securities/Volatility/BaseVolatilityModel.cs Series.cs Data/Custom/Intrinio/IntrinioConfig.cs Data/Custom/Intrinio/IntrinioEconomicData.cs Data/Custom/Intrinio/EconomicDataSources.cs Data/Custom/Tiingo/Tiingo.cs Data/Custom/Tiingo/TiingoDailyData.cs Data/Fundamental/Fundamentals.cs Data/Fundamental/Generated/AssetClassification.cs Data/Fundamental/Generated/CompanyProfile.cs Data/UniverseSelection/ITimeTriggeredUniverse.cs Data/UniverseSelection/ScheduledUniverse.cs Exceptions/DllNotFoundPythonExceptionInterpreter.cs Exceptions/InvalidTokenPythonExceptionInterpreter.cs Exceptions/KeyErrorPythonExceptionInterpreter.cs Exceptions/NoMethodMatchPythonExceptionInterpreter.cs Exceptions/PythonExceptionInterpreter.cs Exceptions/StackExceptionInterpreter.cs Exceptions/IExceptionInterpreter.cs Exceptions/ScheduledEventExceptionInterpreter.cs Exceptions/UnsupportedOperandPythonExceptionInterpreter.cs Interfaces/IAlgorithmSettings.cs Interfaces/IPriceProvider.cs Interfaces/IFutureChainProvider.cs Interfaces/IRegressionAlgorithmDefinition.cs Interfaces/ITimeInForceHandler.cs Orders/Fees/BitfinexFeeModel.cs Orders/Fills/FillModel.cs Orders/Fills/LatestPriceFillModel.cs Orders/BitfinexOrderProperties.cs Orders/GDAXOrderProperties.cs Orders/OrderSizing.cs Orders/TimeInForceJsonConverter.cs Orders/TimeInForces/DayTimeInForce.cs Orders/TimeInForces/GoodTilCanceledTimeInForce.cs Orders/TimeInForces/GoodTilDateTimeInForce.cs Orders/InteractiveBrokersOrderProperties.cs Interfaces/IOrderProperties.cs Orders/OrderProperties.cs Orders/OrderSubmissionData.cs Orders/TimeInForce.cs Packets/AlphaNodePacket.cs Packets/AlphaResultPacket.cs Python/BrokerageModelPythonWrapper.cs Python/PythonActivator.cs Python/PythonSlice.cs Python/VolatilityModelPythonWrapper.cs Python/PandasData.cs Python/SecurityInitializerPythonWrapper.cs Python/SlippageModelPythonWrapper.cs Python/FillModelPythonWrapper.cs Python/PandasConverter.cs Python/FeeModelPythonWrapper.cs Securities/CashBuyingPowerModel.cs Securities/GetMaximumOrderQuantityForTargetValueResult.cs Securities/HasSufficientBuyingPowerForOrderResult.cs Securities/IBaseCurrencySymbol.cs Securities/Future/EmptyFutureChainProvider.cs Securities/IDerivativeSecurity.cs Securities/Option/EmptyOptionChainProvider.cs Interfaces/IOptionChainProvider.cs Brokerages/IBrokerageMessageHandler.cs Brokerages/IBrokerageModel.cs Brokerages/InteractiveBrokersBrokerageModel.cs Brokerages/OandaBrokerageModel.cs Brokerages/TradierBrokerageModel.cs Data/Custom/FxcmVolume.cs Data/Market/IBaseDataBar.cs Data/Consolidators/OpenInterestConsolidator.cs Data/Market/OpenInterest.cs Data/Market/RenkoType.cs Data/Custom/DailyFx.cs Data/Fundamental/FineFundamental.cs Data/Fundamental/Generated/BalanceSheet.cs Data/Fundamental/Generated/CashFlowStatement.cs Data/Fundamental/Generated/CompanyReference.cs Data/Fundamental/Generated/EarningRatios.cs Data/Fundamental/Generated/EarningReports.cs Data/Fundamental/Generated/FinancialStatements.cs Data/Fundamental/Generated/FineFundamental.cs Data/Fundamental/Generated/IncomeStatement.cs Data/Fundamental/MultiPeriodField.cs Data/Fundamental/Generated/MultiPeriodValueTypes.cs Data/Fundamental/Generated/OperationRatios.cs Data/Fundamental/Period.cs Data/Fundamental/Generated/SecurityReference.cs Data/Fundamental/Generated/ValuationRatios.cs Data/ISubscriptionEnumeratorFactory.cs Data/Market/Greeks.cs Data/Market/FuturesChain.cs Data/Market/OptionChain.cs Data/Market/OptionChains.cs Data/Market/FuturesChains.cs Data/Market/FuturesContract.cs Data/Market/OptionContract.cs Data/Market/FuturesContracts.cs Data/Market/OptionContracts.cs Data/Market/QuoteBars.cs Data/Market/BarDirection.cs Data/SubscriptionDataConfigList.cs Data/UniverseSelection/CoarseFundamentalUniverse.cs Data/UniverseSelection/FineFundamentalUniverse.cs Data/UniverseSelection/GetSubscriptionRequestsUniverseDecorator.cs Data/UniverseSelection/FineFundamentalFilteredUniverse.cs Data/UniverseSelection/FuturesChainUniverse.cs Data/UniverseSelection/FuturesChainUniverseDataCollection.cs Data/UniverseSelection/SelectSymbolsUniverseDecorator.cs Data/UniverseSelection/SubscriptionRequest.cs Data/UniverseSelection/UniverseDecorator.cs Data/UniverseSelection/UniverseExtensions.cs Globals.cs Currencies.cs Data/Auxiliary/FactorFile.cs Data/Auxiliary/FactorFileRow.cs Data/Auxiliary/LocalDiskFactorFileProvider.cs Data/Auxiliary/MapFile.cs Data/Auxiliary/LocalDiskMapFileProvider.cs Data/Auxiliary/MapFileResolver.cs Data/Auxiliary/MapFileRow.cs Data/Auxiliary/ZipEntryName.cs Data/Consolidators/BaseDataConsolidator.cs Data/Consolidators/DynamicDataConsolidator.cs Data/Consolidators/PeriodCountConsolidatorBase.cs Data/Consolidators/QuoteBarConsolidator.cs Data/Consolidators/RenkoConsolidator.cs Data/Consolidators/TickConsolidator.cs Data/Consolidators/TickQuoteBarConsolidator.cs Data/Consolidators/TradeBarConsolidatorBase.cs Data/FileFormat.cs Data/HistoryRequest.cs Data/Market/Bar.cs Data/Market/DataDictionary.cs Data/Market/Delisting.cs Data/Market/Delistings.cs Data/Market/Dividend.cs Data/Market/Dividends.cs Data/Market/IBar.cs Data/Market/QuoteBar.cs Data/Market/RenkoBar.cs Brokerages/BrokerageMessageEvent.cs Brokerages/BrokerageMessageType.cs Data/Market/Split.cs Data/Market/Splits.cs Data/Market/SymbolChangedEvent.cs Data/Market/SymbolChangedEvents.cs Data/Slice.cs Data/SliceExtensions.cs Data/SubscriptionDataSource.cs Data/UniverseSelection/CoarseFundamental.cs Data/UniverseSelection/BaseDataCollection.cs Data/UniverseSelection/OptionChainUniverse.cs Data/UniverseSelection/OptionChainUniverseDataCollection.cs Data/UniverseSelection/UserDefinedUniverse.cs Data/UniverseSelection/FuncUniverse.cs Data/UniverseSelection/Universe.cs Data/UniverseSelection/SecurityChanges.cs Data/UniverseSelection/UniverseSettings.cs Field.cs Indicators/IIndicator.cs Indicators/IndicatorDataPoint.cs Indicators/IndicatorUpdatedHandler.cs Indicators/IReadOnlyWindow.cs Indicators/RollingWindow.cs Interfaces/IAlgorithm.cs Interfaces/IApi.cs Interfaces/IBrokerage.cs Interfaces/IBrokerageFactory.cs Interfaces/IDataCacheProvider.cs Interfaces/IDataQueueUniverseProvider.cs Interfaces/IDataQueueHandler.cs Interfaces/IFactorFileProvider.cs Interfaces/IDataProvider.cs Interfaces/IJobQueueHandler.cs Interfaces/IMapFileProvider.cs Interfaces/IMessagingHandler.cs Interfaces/IStreamReader.cs Interfaces/ITradeBuilder.cs LocalTimeKeeper.cs Market.cs Notifications/Notification.cs Notifications/NotificationManager.cs Orders/CancelOrderRequest.cs Orders/Fees/ConstantFeeModel.cs Orders/Fees/GDAXFeeModel.cs Orders/Fees/InteractiveBrokersFeeModel.cs Orders/Fees/FxcmFeeModel.cs Orders/Fees/IFeeModel.cs Orders/Fills/ImmediateFillModel.cs Orders/Fills/IFillModel.cs Orders/MarketOnCloseOrder.cs Orders/MarketOnOpenOrder.cs Orders/OptionExerciseOrder.cs Orders/OptionExercise/DefaultExerciseModel.cs Orders/OptionExercise/IOptionExerciseModel.cs Orders/OrderField.cs Orders/OrderJsonConverter.cs Orders/OrderRequest.cs Orders/OrderRequestStatus.cs Orders/OrderRequestType.cs Orders/OrderResponse.cs Orders/OrderResponseErrorCode.cs Orders/OrderExtensions.cs Orders/OrderTicket.cs Orders/Slippage/VolumeShareSlippageModel.cs Orders/Slippage/ConstantSlippageModel.cs Orders/Slippage/ISlippageModel.cs Orders/StopLimitOrder.cs Orders/StopMarketOrder.cs Orders/LimitOrder.cs Orders/MarketOrder.cs Orders/OrderTypes.cs Orders/OrderError.cs Orders/SubmitOrderRequest.cs Orders/UpdateOrderFields.cs Orders/UpdateOrderRequest.cs Packets/Controls.cs Packets/HandledErrorPacket.cs Packets/HistoryPacket.cs Packets/SystemDebugPacket.cs Parameters/ParameterAttribute.cs Properties/SharedAssemblyInfo.cs Python/PythonData.cs Python/PythonQuandl.cs Scheduling/CompositeTimeRule.cs Scheduling/DateRules.cs Scheduling/FluentScheduledEventBuilder.cs Scheduling/FuncDateRule.cs Scheduling/IDateRule.cs Scheduling/IEventSchedule.cs Scheduling/ITimeRule.cs Scheduling/ScheduledEvent.cs Scheduling/ScheduleManager.cs Scheduling/FuncTimeRule.cs Scheduling/TimeRules.cs Securities/BrokerageModelSecurityInitializer.cs Securities/Cash.cs Securities/CashBook.cs Securities/Cfd/Cfd.cs Securities/Cfd/CfdCache.cs Securities/Cfd/CfdDataFilter.cs Securities/Cfd/CfdExchange.cs Securities/Cfd/CfdHolding.cs Securities/CompositeSecurityInitializer.cs Securities/Crypto/Crypto.cs Securities/Crypto/CryptoExchange.cs Securities/Crypto/CryptoHolding.cs Securities/DelayedSettlementModel.cs Securities/AdjustedPriceVariationModel.cs Securities/FuncSecuritySeeder.cs Securities/Future/FutureExpirationCycles.cs Securities/Future/FutureFilterUniverse.cs Securities/Future/FuturesExpiryFunctions.cs Securities/Future/FuturesExpiryUtilityFunctions.cs Securities/Option/OptionFilterUniverse.cs Securities/IDerivativeSecurityFilterUniverse.cs Securities/IMarginCallModel.cs Securities/ISecuritySeeder.cs Securities/Option/OptionSymbol.cs Securities/SecurityPriceVariationModel.cs Securities/FuncSecurityDerivativeFilter.cs Securities/FuncSecurityInitializer.cs Securities/EquityPriceVariationModel.cs Securities/IPriceVariationModel.cs Securities/Future/Future.cs Securities/Future/FutureCache.cs Securities/Future/FutureExchange.cs Securities/Future/FutureHolding.cs Securities/Future/Futures.cs Securities/Future/FutureMarginModel.cs Securities/IDerivativeSecurityFilter.cs Securities/Volatility/IndicatorVolatilityModel.cs Securities/Interfaces/IContinuousContractModel.cs Securities/ISecurityInitializer.cs Securities/ISettlementModel.cs Securities/Volatility/IVolatilityModel.cs Securities/LocalMarketHours.cs Securities/MarketHoursSegment.cs Securities/MarketHoursState.cs Securities/Option/CurrentPriceOptionPriceModel.cs Securities/Option/ConstantQLDividendYieldEstimator.cs Securities/Option/ConstantQLRiskFreeRateEstimator.cs Securities/Option/ConstantQLUnderlyingVolatilityEstimator.cs Securities/Option/IQLDividendYieldEstimator.cs Securities/Option/IOptionPriceModel.cs Securities/Option/IQLRiskFreeRateEstimator.cs Securities/Option/IQLUnderlyingVolatilityEstimator.cs Securities/Option/Option.cs Securities/Option/OptionCache.cs Securities/Option/OptionDataFilter.cs Securities/Option/OptionExchange.cs Securities/Option/OptionHolding.cs Securities/Option/OptionPortfolioModel.cs Securities/Option/OptionPriceModelResult.cs Securities/Option/OptionPriceModels.cs Securities/Option/OptionStrategies.cs Securities/Option/OptionStrategy.cs Securities/Option/OptionSymbolProperties.cs Securities/Option/OptionMarginModel.cs Securities/Option/QLOptionPriceModel.cs Securities/PatternDayTradingMarginModel.cs Securities/Volatility/StandardDeviationOfReturnsVolatilityModel.cs Securities/Volatility/RelativeStandardDeviationVolatilityModel.cs Securities/SecurityDatabaseKey.cs Securities/SecurityExchangeHours.cs Securities/MarketHoursDatabase.cs Securities/ISecurityProvider.cs Securities/IOrderProcessor.cs Securities/IBuyingPowerModel.cs Securities/IOrderProvider.cs Securities/ISecurityPortfolioModel.cs Securities/DefaultMarginCallModel.cs Securities/SecurityPortfolioModel.cs Securities/SecurityMarginModel.cs Securities/ImmediateSettlementModel.cs Securities/SymbolProperties.cs Securities/SymbolPropertiesDatabase.cs Securities/UniverseManager.cs Securities/UnsettledCashAmount.cs SecurityIdentifier.cs SeriesSampler.cs Data/Custom/Quandl.cs Data/DynamicData.cs Data/Consolidators/DataConsolidator.cs Data/Consolidators/IDataConsolidator.cs Data/Consolidators/IdentityDataConsolidator.cs Data/Consolidators/SequentialConsolidator.cs Data/Consolidators/TradeBarConsolidator.cs Orders/OrderEvent.cs Packets/AlgorithmNodePacket.cs Packets/AlgorithmStatusPacket.cs Packets/BacktestNodePacket.cs Packets/BacktestResultPacket.cs Packets/DebugPacket.cs Packets/LiveNodePacket.cs Packets/LiveResultPacket.cs Packets/LogPacket.cs Packets/MarketTodayPacket.cs Packets/OrderEventPacket.cs Packets/Packet.cs Packets/RuntimeErrorPacket.cs "Packets/SecurityTypesPacket .cs" Data/BaseData.cs Data/IBaseData.cs Data/SubscriptionDataConfig.cs Data/Market/Tick.cs Data/Market/TradeBar.cs Data/SubscriptionManager.cs Data/Market/Ticks.cs Data/Market/TradeBars.cs Isolator.cs Global.cs Extensions.cs Orders/Order.cs Securities/AccountEvent.cs Securities/Equity/EquityCache.cs Securities/Equity/EquityDataFilter.cs Securities/Forex/ForexCache.cs Securities/Forex/ForexDataFilter.cs Securities/Interfaces/ISecurityDataFilter.cs Securities/SecurityDataFilter.cs Securities/Equity/Equity.cs Securities/Equity/EquityExchange.cs Securities/Equity/EquityHolding.cs Securities/Forex/Forex.cs Securities/Forex/ForexExchange.cs Securities/Forex/ForexHolding.cs Securities/Security.cs Securities/SecurityCache.cs Securities/SecurityExchange.cs Securities/SecurityHolding.cs Securities/SecurityManager.cs Securities/SecurityPortfolioManager.cs Securities/SecurityTransactionManager.cs OS.cs Algorithm/Framework/Alphas/InsightDirection.cs Algorithm/Framework/Alphas/InsightType.cs Statistics/AlgorithmPerformance.cs Statistics/PortfolioStatistics.cs Statistics/StatisticsBuilder.cs Statistics/StatisticsResults.cs Statistics/TradeStatistics.cs Statistics/Statistics.cs RealTimeSynchronizedTimer.cs Symbol.cs Statistics/Trade.cs Statistics/TradeBuilder.cs Statistics/TradeEnums.cs SymbolCache.cs Result.cs SymbolJsonConverter.cs SymbolRepresentation.cs SymbolValueJsonConverter.cs Time.cs Properties/AssemblyInfo.cs TimeKeeper.cs TimeUpdatedEventArgs.cs TimeZoneOffsetProvider.cs TimeZones.cs TradingCalendar.cs TradingDay.cs Util/BusyBlockingCollection.cs Util/CircularQueue.cs Util/Composer.cs Util/DateTimeJsonConverter.cs Util/DisposableExtensions.cs Util/DoubleUnixSecondsDateTimeJsonConverter.cs Util/EnumeratorExtensions.cs Util/ExpressionBuilder.cs Util/FixedSizeQueue.cs Util/FixedSizeHashQueue.cs Util/FuncParallelRunnerWorkItem.cs Util/FuncTextWriter.cs Util/IParallelRunnerWorkItem.cs Util/LeanData.cs Util/LeanDataPathComponents.cs Util/MarketHoursDatabaseJsonConverter.cs Util/ParallelRunner.cs Util/ParallelRunnerWorker.cs Util/ColorJsonConverter.cs Util/PythonUtil.cs Util/RateGate.cs Util/SecurityExtensions.cs Util/SecurityIdentifierJsonConverter.cs Util/SeriesJsonConverter.cs Util/StreamReaderEnumerable.cs Util/TypeChangeJsonConverter.cs Util/LinqExtensions.cs Util/MemoizingEnumerable.cs Util/NullStringValueConverter.cs Util/ObjectActivator.cs Util/ReaderWriterLockSlimExtensions.cs Util/Ref.cs Util/SingleValueListConverter.cs Util/VersionHelper.cs Util/XElementExtensions.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Common.xml /langversion:6 /nostdlib /reference:../packages/fasterflect.2.1.3/lib/net40/Fasterflect.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.ComponentModel.Composition.dll /reference:/usr/lib/mono/4.5.2-api/System.Configuration.dll /reference:/usr/lib/mono/4.5.2-api/System.Drawing.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/CloneExtensions.1.4.2/lib/net45/CloneExtensions.dll /reference:../packages/DotNetZip.1.12.0/lib/net20/DotNetZip.dll /reference:../packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:../packages/NodaTime.2.4.2/lib/net45/NodaTime.dll /reference:../packages/QLNet.1.11.2/lib/net45/QLNet.dll /reference:../packages/QuantConnect.pythonnet.1.0.5.12/lib/Python.Runtime.dll /reference:../packages/SharpZipLib.1.0.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Data/UniverseSelection/GetSubscriptionRequestsUniverseDecorator.cs(56,58): warning CS0672: Member 'GetSubscriptionRequestsUniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)' overrides obsolete member 'Universe.GetSubscriptionRequests(Security, DateTime, DateTime)'. Add the Obsolete attribute to 'GetSubscriptionRequestsUniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)'. Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(61,30): warning CS0672: Member 'FineFundamentalFilteredUniverse.SetSecurityInitializer(ISecurityInitializer)' overrides obsolete member 'Universe.SetSecurityInitializer(ISecurityInitializer)'. Add the Obsolete attribute to 'FineFundamentalFilteredUniverse.SetSecurityInitializer(ISecurityInitializer)'. Securities/Option/Option.cs(399,30): warning CS0672: Member 'Option.SetDataNormalizationMode(DataNormalizationMode)' overrides obsolete member 'Security.SetDataNormalizationMode(DataNormalizationMode)'. Add the Obsolete attribute to 'Option.SetDataNormalizationMode(DataNormalizationMode)'. Securities/Equity/Equity.cs(92,30): warning CS0672: Member 'Equity.SetDataNormalizationMode(DataNormalizationMode)' overrides obsolete member 'Security.SetDataNormalizationMode(DataNormalizationMode)'. Add the Obsolete attribute to 'Equity.SetDataNormalizationMode(DataNormalizationMode)'. Orders/Fees/InteractiveBrokersFeeModel.cs(150,27): warning CS0219: The variable 'bp' is assigned but its value is never used Securities/Option/Option.cs(73,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Securities/Security.cs(624,13): warning CS0618: 'Security.DataNormalizationMode' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Option/Option.cs(109,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Securities/Security.cs(779,13): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Security.cs(780,13): warning CS0618: 'Security.IsFillDataForward' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Security.cs(781,13): warning CS0618: 'Security.IsExtendedMarketHours' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Option/Option.cs(406,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Data/UniverseSelection/Universe.cs(118,13): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FuncUniverse.cs(46,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Securities/Equity/Equity.cs(94,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Data/UniverseSelection/OptionChainUniverse.cs(53,20): warning CS0618: 'Security.SubscriptionDataConfig' is obsolete: 'This property returns only the first subscription. Use the 'Subscriptions' property for all of this security's subscriptions.' Data/UniverseSelection/UniverseExtensions.cs(43,24): warning CS0618: 'Universe.GetSubscriptionRequests(Security, DateTime, DateTime)' is obsolete: 'This overload is obsolete and will not be called. It was not capable of creating new SubscriptionDataConfig due to lack of information' Data/UniverseSelection/ScheduledUniverse.cs(49,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/ScheduledUniverse.cs(67,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/Market/QuoteBar.cs(305,24): warning CS0618: 'QuoteBar.ParseTradeAsQuoteBar(SubscriptionDataConfig, DateTime, string)' is obsolete: 'All Forex data should use Quotes instead of Trades.' Data/UniverseSelection/FuturesChainUniverse.cs(44,20): warning CS0618: 'Security.SubscriptionDataConfig' is obsolete: 'This property returns only the first subscription. Use the 'Subscriptions' property for all of this security's subscriptions.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(42,94): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(54,94): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(63,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(64,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(65,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalUniverse.cs(47,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalUniverse.cs(61,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(44,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(57,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(75,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(89,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Parameters/ParameterAttribute.cs(37,40): warning CS0414: The field 'ParameterAttribute.ParameterAttributeNameProperty' is assigned but its value is never used Data/Custom/Intrinio/EconomicDataSources.cs(18,25): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources' Data/Custom/Intrinio/EconomicDataSources.cs(20,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.BofAMerrillLynch' Data/Custom/Intrinio/EconomicDataSources.cs(109,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.CBOE' Data/Custom/Intrinio/EconomicDataSources.cs(176,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.Commodities' Data/Custom/Intrinio/EconomicDataSources.cs(235,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.ExchangeRates' Data/Custom/Intrinio/EconomicDataSources.cs(398,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.Moodys' Data/Custom/Intrinio/EconomicDataSources.cs(436,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.TradeWeightedUsDollaIndex' Data/UniverseSelection/UniverseDecorator.cs(30,87): warning CS0419: Ambiguous reference in cref attribute: 'GetSubscriptionRequests'. Assuming 'UniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)', but could have also matched other overloads including 'UniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime, ISubscriptionDataConfigService)'. Data/Market/BarDirection.cs(3,17): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection' Data/Market/BarDirection.cs(5,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.Rising' Data/Market/BarDirection.cs(6,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.NoDelta' Data/Market/BarDirection.cs(7,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.Falling' Data/Auxiliary/MapFileRow.cs(148,32): warning CS1591: Missing XML comment for publicly visible type or member 'MapFileRow.ToString()' Data/IBaseData.cs(43,18): warning CS1591: Missing XML comment for publicly visible type or member 'IBaseData.EndTime' Orders/Fills/FillModel.cs(544,22): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices' Orders/Fills/FillModel.cs(546,38): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.EndTime' Orders/Fills/FillModel.cs(547,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Current' Orders/Fills/FillModel.cs(548,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Open' Orders/Fills/FillModel.cs(549,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.High' Orders/Fills/FillModel.cs(550,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Low' Orders/Fills/FillModel.cs(551,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Close' Orders/Fills/FillModel.cs(553,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(IBaseDataBar)' Orders/Fills/FillModel.cs(558,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(DateTime, IBar)' Orders/Fills/FillModel.cs(563,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(DateTime, decimal, decimal, decimal, decimal, decimal)' Securities/IBaseCurrencySymbol.cs(3,22): warning CS1591: Missing XML comment for publicly visible type or member 'IBaseCurrencySymbol' Securities/Option/OptionStrategies.cs(24,25): warning CS1591: Missing XML comment for publicly visible type or member 'OptionStrategies' Securities/SecurityDatabaseKey.cs(129,37): warning CS1591: Missing XML comment for publicly visible type or member 'SecurityDatabaseKey.operator ==(SecurityDatabaseKey, SecurityDatabaseKey)' Securities/SecurityDatabaseKey.cs(134,37): warning CS1591: Missing XML comment for publicly visible type or member 'SecurityDatabaseKey.operator !=(SecurityDatabaseKey, SecurityDatabaseKey)' Securities/Security.cs(49,66): warning CS1591: Missing XML comment for publicly visible type or member 'Security.SubscriptionsBag' Extensions.cs(238,31): warning CS1591: Missing XML comment for publicly visible type or member 'Extensions.Normalize(decimal)' Extensions.cs(998,28): warning CS1591: Missing XML comment for publicly visible type or member 'Extensions.ProcessUntilEmpty<T>(IProducerConsumerCollection<T>, Action<T>)' TradingCalendar.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'TradingCalendar.TradingCalendar(SecurityManager, MarketHoursDatabase)' Util/SeriesJsonConverter.cs(27,30): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.WriteJson(JsonWriter, object, JsonSerializer)' Util/SeriesJsonConverter.cs(72,32): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' Util/SeriesJsonConverter.cs(77,30): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.CanConvert(Type)' Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Common/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Common/obj/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/obj/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' Done building project "/home/username/git/Lean/Common/QuantConnect.csproj". Project "/home/username/git/Lean/Indicators/QuantConnect.Indicators.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Configuration.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Indicators.dll AbsolutePriceOscillator.cs AccelerationBands.cs AccumulationDistribution.cs AccumulationDistributionOscillator.cs ArnaudLegouxMovingAverage.cs AverageDirectionalIndex.cs AverageDirectionalMovementIndexRating.cs BalanceOfPower.cs CandlestickPatterns/UpDownGapThreeMethods.cs CandlestickPatterns/UpsideGapTwoCrows.cs CandlestickPatterns/UniqueThreeRiver.cs CandlestickPatterns/Tristar.cs CandlestickPatterns/Thrusting.cs CandlestickPatterns/TasukiGap.cs CandlestickPatterns/Takuri.cs CandlestickPatterns/StickSandwich.cs CandlestickPatterns/StalledPattern.cs CandlestickPatterns/SpinningTop.cs CandlestickPatterns/ShortLineCandle.cs CandlestickPatterns/ShootingStar.cs CandlestickPatterns/SeparatingLines.cs CandlestickPatterns/RiseFallThreeMethods.cs CandlestickPatterns/RickshawMan.cs CandlestickPatterns/Piercing.cs CandlestickPatterns/OnNeck.cs CandlestickPatterns/MorningStar.cs CandlestickPatterns/MorningDojiStar.cs CandlestickPatterns/MatHold.cs CandlestickPatterns/MatchingLow.cs CandlestickPatterns/Marubozu.cs CandlestickPatterns/LongLineCandle.cs CandlestickPatterns/LongLeggedDoji.cs CandlestickPatterns/LadderBottom.cs CandlestickPatterns/KickingByLength.cs CandlestickPatterns/Kicking.cs CandlestickPatterns/InvertedHammer.cs CandlestickPatterns/InNeck.cs CandlestickPatterns/HomingPigeon.cs CandlestickPatterns/HighWaveCandle.cs CandlestickPatterns/HaramiCross.cs CandlestickPatterns/Harami.cs CandlestickPatterns/HangingMan.cs CandlestickPatterns/Hammer.cs CandlestickPatterns/GravestoneDoji.cs CandlestickPatterns/EveningStar.cs CandlestickPatterns/EveningDojiStar.cs CandlestickPatterns/DragonflyDoji.cs CandlestickPatterns/DojiStar.cs CandlestickPatterns/DarkCloudCover.cs CandlestickPatterns/AbandonedBaby.cs CandlestickPatterns/AdvanceBlock.cs CandlestickPatterns/ClosingMarubozu.cs CandlestickPatterns/BeltHold.cs CandlestickPatterns/Breakaway.cs CandlestickPatterns/CandleEnums.cs CandlestickPatterns/CandleSettings.cs CandlestickPatterns/CandlestickPattern.cs CandlestickPatterns/HikkakeModified.cs CandlestickPatterns/ThreeBlackCrows.cs CandlestickPatterns/GapSideBySideWhite.cs CandlestickPatterns/ThreeInside.cs CandlestickPatterns/ConcealedBabySwallow.cs CandlestickPatterns/ThreeLineStrike.cs CandlestickPatterns/Engulfing.cs CandlestickPatterns/Hikkake.cs CandlestickPatterns/ThreeOutside.cs CandlestickPatterns/Counterattack.cs CandlestickPatterns/ThreeStarsInSouth.cs CandlestickPatterns/IdenticalThreeCrows.cs CandlestickPatterns/ThreeWhiteSoldiers.cs CandlestickPatterns/Doji.cs CandlestickPatterns/TwoCrows.cs ChandeMomentumOscillator.cs CoppockCurve.cs DetrendedPriceOscillator.cs DonchianChannel.cs DoubleExponentialMovingAverage.cs IntradayVwap.cs WilderMovingAverage.cs FractalAdaptiveMovingAverage.cs FilteredIdentity.cs HullMovingAverage.cs MassIndex.cs RegressionChannel.cs SwissArmyKnife.cs TradeBarIndicator.cs VolumeWeightedAveragePriceIndicator.cs FisherTransform.cs HeikinAshi.cs IchimokuKinkoHyo.cs IndicatorResult.cs IndicatorStatus.cs KaufmanAdaptiveMovingAverage.cs KeltnerChannels.cs LeastSquaresMovingAverage.cs LogReturn.cs MidPrice.cs MidPoint.cs Momersion.cs NormalizedAverageTrueRange.cs OnBalanceVolume.cs ../Common/Properties/SharedAssemblyInfo.cs LinearWeightedMovingAverage.cs ParabolicStopAndReverse.cs PercentagePriceOscillator.cs WindowIdentity.cs T3MovingAverage.cs RateOfChangeRatio.cs Trix.cs TrueRange.cs TripleExponentialMovingAverage.cs TriangularMovingAverage.cs UltimateOscillator.cs Variance.cs WilliamsPercentR.cs AroonOscillator.cs AverageTrueRange.cs CommodityChannelIndex.cs CompositeIndicator.cs ConstantIndicator.cs Delay.cs ExponentialMovingAverage.cs FunctionalIndicator.cs Identity.cs Indicator.cs IndicatorBase.cs IndicatorExtensions.cs MeanAbsoluteDeviation.cs Minimum.cs Momentum.cs MomentumPercent.cs MoneyFlowIndex.cs MovingAverageConvergenceDivergence.cs MovingAverageType.cs Properties/AssemblyInfo.cs RateOfChange.cs RateOfChangePercent.cs RelativeStrengthIndex.cs Stochastics.cs Sum.cs SimpleMovingAverage.cs MovingAverageTypeExtensions.cs Maximum.cs BarIndicator.cs WindowIndicator.cs StandardDeviation.cs BollingerBands.cs IndicatorBase.Operators.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Indicators.xml /langversion:6 /nostdlib /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:../packages/QuantConnect.pythonnet.1.0.5.12/lib/Python.Runtime.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. IndicatorBase.cs(27,35): warning CS0659: 'IndicatorBase<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode() IndicatorBase.cs(27,35): warning CS0661: 'IndicatorBase<T>' defines operator == or operator != but does not override Object.GetHashCode() SwissArmyKnife.cs(61,16): warning CS0414: The field 'SwissArmyKnife._c1' is assigned but its value is never used CoppockCurve.cs(29,30): warning CS1591: Missing XML comment for publicly visible type or member 'CoppockCurve.IsReady' HullMovingAverage.cs(55,30): warning CS1591: Missing XML comment for publicly visible type or member 'HullMovingAverage.Reset()' Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Indicators/bin/Debug/nPython.exe' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Indicators/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Indicators/obj/Debug/QuantConnect.Indicators.pdb' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Indicators.pdb' Copying file from '/home/username/git/Lean/Indicators/obj/Debug/QuantConnect.Indicators.dll' to '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Indicators.dll' Done building project "/home/username/git/Lean/Indicators/QuantConnect.Indicators.csproj". Project "/home/username/git/Lean/Queues/QuantConnect.Queues.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Logging.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Queues.dll ../Common/Properties/SharedAssemblyInfo.cs JobQueue.cs Properties/AssemblyInfo.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Queues.xml /langversion:6 /nostdlib /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Queues/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Queues/obj/Debug/QuantConnect.Queues.pdb' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Queues.pdb' Copying file from '/home/username/git/Lean/Queues/obj/Debug/QuantConnect.Queues.dll' to '/home/username/git/Lean/Queues/bin/Debug/QuantConnect.Queues.dll' Done building project "/home/username/git/Lean/Queues/QuantConnect.Queues.csproj". Project "/home/username/git/Lean/Messaging/QuantConnect.Messaging.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Logging.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Messaging.dll ../Common/Properties/SharedAssemblyInfo.cs EventMessagingHandler.cs Messaging.cs Properties/AssemblyInfo.cs StreamingApi.cs StreamingMessageHandler.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Messaging.xml /langversion:6 /nostdlib /reference:../packages/NetMQ.4.0.0.1/lib/net40/NetMQ.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.ServiceModel.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/AsyncIO.0.1.61/lib/net40/AsyncIO.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:../packages/RestSharp.106.5.4/lib/net452/RestSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Web.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. EventMessagingHandler.cs(72,45): warning CS0067: The event 'EventMessagingHandler.SystemDebugEvent' is never used StreamingApi.cs(105,27): warning CS0649: Field 'StreamingApi.Response.Type' is never assigned to, and will always have its default value null StreamingApi.cs(110,27): warning CS0649: Field 'StreamingApi.Response.Message' is never assigned to, and will always have its default value null EventMessagingHandler.cs(54,21): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LoadingComplete()' EventMessagingHandler.cs(68,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.DebugEventRaised' EventMessagingHandler.cs(69,39): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.DebugEvent' EventMessagingHandler.cs(71,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.SystemDebugEventRaised' EventMessagingHandler.cs(72,45): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.SystemDebugEvent' EventMessagingHandler.cs(74,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LogEventRaised' EventMessagingHandler.cs(75,37): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LogEvent' EventMessagingHandler.cs(77,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.RuntimeErrorEventRaised' EventMessagingHandler.cs(78,46): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.RuntimeErrorEvent' EventMessagingHandler.cs(80,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.HandledErrorEventRaised' EventMessagingHandler.cs(81,46): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.HandledErrorEvent' EventMessagingHandler.cs(83,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.BacktestResultEventRaised' EventMessagingHandler.cs(84,48): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.BacktestResultEvent' EventMessagingHandler.cs(86,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.ConsumerReadyEventRaised' EventMessagingHandler.cs(87,47): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.ConsumerReadyEvent' Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Messaging/bin/Debug/nPython.exe' Target _CopyAppConfigFile: Skipping target "_CopyAppConfigFile" because its outputs are up-to-date. Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Messaging/obj/Debug/QuantConnect.Messaging.pdb' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Messaging.pdb' Copying file from '/home/username/git/Lean/Messaging/obj/Debug/QuantConnect.Messaging.dll' to '/home/username/git/Lean/Messaging/bin/Debug/QuantConnect.Messaging.dll' Done building project "/home/username/git/Lean/Messaging/QuantConnect.Messaging.csproj". Project "/home/username/git/Lean/Compression/QuantConnect.Compression.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Configuration.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Compression.dll ../Common/Properties/SharedAssemblyInfo.cs Compression.cs Properties/AssemblyInfo.cs ZipStreamWriter.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /langversion:6 /nostdlib /platform:AnyCPU /reference:../packages/ICSharpCode.SharpZipLib.dll.0.85.4.369/lib/net20/ICSharpCode.SharpZipLib.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.IO.Compression.dll /reference:/usr/lib/mono/4.5.2-api/System.IO.Compression.FileSystem.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/DotNetZip.1.12.0/lib/net20/DotNetZip.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Compression/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Compression/obj/Debug/QuantConnect.Compression.pdb' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Compression.pdb' Copying file from '/home/username/git/Lean/Compression/obj/Debug/QuantConnect.Compression.dll' to '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Compression.dll' Done building project "/home/username/git/Lean/Compression/QuantConnect.Compression.csproj". Project "/home/username/git/Lean/Api/QuantConnect.Api.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/packages/DotNetZip.1.12.0/lib/net20/DotNetZip.dll' to '/home/username/git/Lean/Api/bin/Debug/DotNetZip.dll' Copying file from '/home/username/git/Lean/packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll' to '/home/username/git/Lean/Api/bin/Debug/MathNet.Numerics.dll' Copying file from '/home/username/git/Lean/packages/MathNet.Filtering.0.6.0/lib/net40/MathNet.Filtering.dll' to '/home/username/git/Lean/Api/bin/Debug/MathNet.Filtering.dll' Copying file from '/home/username/git/Lean/packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll' to '/home/username/git/Lean/Api/bin/Debug/Newtonsoft.Json.dll' Copying file from '/home/username/git/Lean/packages/NodaTime.2.4.2/lib/net45/NodaTime.dll' to '/home/username/git/Lean/Api/bin/Debug/NodaTime.dll' Copying file from '/home/username/git/Lean/packages/RestSharp.106.5.4/lib/net452/RestSharp.dll' to '/home/username/git/Lean/Api/bin/Debug/RestSharp.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/Python.Runtime.dll' to '/home/username/git/Lean/Api/bin/Debug/Python.Runtime.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QLNet.dll' to '/home/username/git/Lean/Api/bin/Debug/QLNet.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/CloneExtensions.dll' to '/home/username/git/Lean/Api/bin/Debug/CloneExtensions.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/NLog.dll' to '/home/username/git/Lean/Api/bin/Debug/NLog.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' to '/home/username/git/Lean/Api/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Api.dll ../Common/Properties/SharedAssemblyInfo.cs Api.cs ApiConnection.cs Properties/AssemblyInfo.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /unsafe+ /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Api.xml /langversion:6 /nostdlib /reference:../packages/ICSharpCode.SharpZipLib.dll.0.85.4.369/lib/net20/ICSharpCode.SharpZipLib.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.Configuration.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/WebSocketSharpFork.1.0.4.0/lib/net35/websocket-sharp.dll /reference:../packages/DotNetZip.1.12.0/lib/net20/DotNetZip.dll /reference:../packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:../packages/MathNet.Filtering.0.6.0/lib/net40/MathNet.Filtering.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:../packages/NodaTime.2.4.2/lib/net45/NodaTime.dll /reference:../packages/RestSharp.106.5.4/lib/net452/RestSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Web.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Api/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Api/obj/Debug/QuantConnect.Api.pdb' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Api.pdb' Copying file from '/home/username/git/Lean/Api/obj/Debug/QuantConnect.Api.dll' to '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Api.dll' Done building project "/home/username/git/Lean/Api/QuantConnect.Api.csproj". Project "/home/username/git/Lean/Algorithm/QuantConnect.Algorithm.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/MathNet.Numerics.dll' Copying file from '/home/username/git/Lean/packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/Newtonsoft.Json.dll' Copying file from '/home/username/git/Lean/packages/NodaTime.2.4.2/lib/net45/NodaTime.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/NodaTime.dll' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/lib/Python.Runtime.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/Python.Runtime.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Indicators.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Indicators.dll' Copying file from '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Indicators.pdb' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Indicators.pdb' Copying file from '/home/username/git/Lean/Indicators/bin/Debug/QuantConnect.Indicators.xml' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Indicators.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' to '/home/username/git/Lean/Algorithm/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/NLog.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/NLog.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QLNet.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QLNet.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/CloneExtensions.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/CloneExtensions.dll' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Algorithm.dll ../Common/Properties/SharedAssemblyInfo.cs CandlestickPatterns.cs DollarVolumeUniverseDefinitions.cs QCAlgorithm.cs QCAlgorithm.History.cs QCAlgorithm.Python.cs QCAlgorithm.Trading.cs QCAlgorithm.Indicators.cs QCAlgorithm.Plotting.cs Properties/AssemblyInfo.cs QCAlgorithm.Universe.cs UniverseDefinitions.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Algorithm.xml /langversion:6 /nostdlib /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Drawing.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:../packages/MathNet.Numerics.4.7.0/lib/net40/MathNet.Numerics.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:../packages/NodaTime.2.4.2/lib/net45/NodaTime.dll /reference:../packages/QuantConnect.pythonnet.1.0.5.12/lib/Python.Runtime.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Indicators/bin/Debug//QuantConnect.Indicators.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. QCAlgorithm.Python.cs(628,49): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' QCAlgorithm.Python.cs(691,53): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' QCAlgorithm.Python.cs(39,32): warning CS1591: Missing XML comment for publicly visible type or member 'QCAlgorithm.PandasConverter' Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Algorithm/bin/Debug/nPython.exe' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Algorithm/bin/Debug/nPython.exe' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Algorithm/bin/Debug/nPython.exe' Copying file from '/home/username/git/Lean/packages/QuantConnect.pythonnet.1.0.5.12/build/nPython.exe' to '/home/username/git/Lean/Algorithm/bin/Debug/nPython.exe' Target DeployOutputFiles: Copying file from '/home/username/git/Lean/Algorithm/obj/Debug/QuantConnect.Algorithm.pdb' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Algorithm.pdb' Copying file from '/home/username/git/Lean/Algorithm/obj/Debug/QuantConnect.Algorithm.dll' to '/home/username/git/Lean/Algorithm/bin/Debug/QuantConnect.Algorithm.dll' Done building project "/home/username/git/Lean/Algorithm/QuantConnect.Algorithm.csproj". Project "/home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyFilesMarkedCopyLocal: Copying file from '/home/username/git/Lean/packages/NATS.Client.0.8.1/lib/net45/NATS.Client.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/NATS.Client.dll' Copying file from '/home/username/git/Lean/packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/Newtonsoft.Json.dll' Copying file from '/home/username/git/Lean/packages/NodaTime.2.4.2/lib/net45/NodaTime.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/NodaTime.dll' Copying file from '/home/username/git/Lean/packages/RestSharp.106.5.4/lib/net452/RestSharp.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/RestSharp.dll' Copying file from '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Api.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Api.dll' Copying file from '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Api.pdb' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Api.pdb' Copying file from '/home/username/git/Lean/Api/bin/Debug/QuantConnect.Api.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Api.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Common.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.pdb' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Common.pdb' Copying file from '/home/username/git/Lean/Common/bin/Debug/QuantConnect.Common.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Common.xml' Copying file from '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Compression.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Compression.dll' Copying file from '/home/username/git/Lean/Compression/bin/Debug/QuantConnect.Compression.pdb' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Compression.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Configuration.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.pdb' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Configuration.pdb' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/QuantConnect.Configuration.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Configuration.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Logging.dll' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.pdb' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Logging.pdb' Copying file from '/home/username/git/Lean/Logging/bin/Debug/QuantConnect.Logging.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/QuantConnect.Logging.xml' Copying file from '/home/username/git/Lean/Common/bin/Debug/Python.Runtime.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/Python.Runtime.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/QLNet.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/QLNet.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/CloneExtensions.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/CloneExtensions.dll' Copying file from '/home/username/git/Lean/Common/bin/Debug/MathNet.Numerics.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/MathNet.Numerics.dll' Copying file from '/home/username/git/Lean/Configuration/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/Microsoft.Extensions.CommandLineUtils.xml' Copying file from '/home/username/git/Lean/Logging/bin/Debug/NLog.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/NLog.dll' Copying file from '/home/username/git/Lean/Compression/bin/Debug/DotNetZip.dll' to '/home/username/git/Lean/Brokerages/bin/Debug/DotNetZip.dll' Copying file from '/home/username/git/Lean/Compression/bin/Debug/DotNetZip.xml' to '/home/username/git/Lean/Brokerages/bin/Debug/DotNetZip.xml' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:obj/Debug/QuantConnect.Brokerages.dll ../Common/Properties/SharedAssemblyInfo.cs Alpaca/AlpacaBrokerage.Utility.cs Alpaca/AlpacaBrokerage.DataQueueHandler.cs Alpaca/AlpacaBrokerage.cs Alpaca/AlpacaBrokerageFactory.cs Alpaca/Markets/Enums/AccountStatus.cs Alpaca/Markets/Enums/AggregationType.cs Alpaca/Markets/Enums/AssetClass.cs Alpaca/Markets/Enums/AssetStatus.cs Alpaca/Markets/Enums/AuthStatus.cs Alpaca/Markets/Enums/BarDuration.cs Alpaca/Markets/Enums/Exchange.cs Alpaca/Markets/Enums/ExchangeType.cs Alpaca/Markets/Enums/JsonAction.cs Alpaca/Markets/Enums/MarketDataType.cs Alpaca/Markets/Enums/OrderSide.cs Alpaca/Markets/Enums/OrderStatus.cs Alpaca/Markets/Enums/OrderStatusFilter.cs Alpaca/Markets/Enums/OrderType.cs Alpaca/Markets/Enums/PositionSide.cs Alpaca/Markets/Enums/TickType.cs Alpaca/Markets/Enums/TimeInForce.cs Alpaca/Markets/FakeThrottler.cs Alpaca/Markets/Helpers/CustomTimeZone.cs Alpaca/Markets/Helpers/DateConverter.cs Alpaca/Markets/Helpers/DateTimeHelper.cs Alpaca/Markets/Helpers/EnumExtensions.cs Alpaca/Markets/Helpers/QueryBuilder.cs Alpaca/Markets/Helpers/TimeConverter.cs Alpaca/Markets/Interfaces/IAccount.cs Alpaca/Markets/Interfaces/IAccountUpdate.cs Alpaca/Markets/Interfaces/IAggHistoricalItems.cs Alpaca/Markets/Interfaces/IAsset.cs Alpaca/Markets/Interfaces/IAssetBars.cs Alpaca/Markets/Interfaces/IBar.cs Alpaca/Markets/Interfaces/ICalendar.cs Alpaca/Markets/Interfaces/IClock.cs Alpaca/Markets/Interfaces/IDayHistoricalItems.cs Alpaca/Markets/Interfaces/IExchange.cs Alpaca/Markets/Interfaces/IFundamental.cs Alpaca/Markets/Interfaces/IHistoricalItems.cs Alpaca/Markets/Interfaces/IHistoricalQuote.cs Alpaca/Markets/Interfaces/IHistoricalTrade.cs Alpaca/Markets/Interfaces/ILastQuote.cs Alpaca/Markets/Interfaces/ILastTrade.cs Alpaca/Markets/Interfaces/IOrder.cs Alpaca/Markets/Interfaces/IPosition.cs Alpaca/Markets/Interfaces/IQuote.cs Alpaca/Markets/Interfaces/IStreamBar.cs Alpaca/Markets/Interfaces/IStreamQuote.cs Alpaca/Markets/Interfaces/IStreamTrade.cs Alpaca/Markets/Interfaces/ITradeUpdate.cs Alpaca/Markets/IThrottler.cs Alpaca/Markets/Messages/JsonAccount.cs Alpaca/Markets/Messages/JsonAccountUpdate.cs Alpaca/Markets/Messages/JsonAggHistoricalItems.cs Alpaca/Markets/Messages/JsonAsset.cs Alpaca/Markets/Messages/JsonAssetBars.cs Alpaca/Markets/Messages/JsonAuthRequest.cs Alpaca/Markets/Messages/JsonAuthResponse.cs Alpaca/Markets/Messages/JsonBar.cs Alpaca/Markets/Messages/JsonCalendar.cs Alpaca/Markets/Messages/JsonClock.cs Alpaca/Markets/Messages/JsonDayBar.cs Alpaca/Markets/Messages/JsonDayHistoricalItems.cs Alpaca/Markets/Messages/JsonError.cs Alpaca/Markets/Messages/JsonExchange.cs Alpaca/Markets/Messages/JsonFundamental.cs Alpaca/Markets/Messages/JsonHistoricalItems.cs Alpaca/Markets/Messages/JsonHistoricalQuote.cs Alpaca/Markets/Messages/JsonHistoricalTrade.cs Alpaca/Markets/Messages/JsonLastQuote.cs Alpaca/Markets/Messages/JsonLastTrade.cs Alpaca/Markets/Messages/JsonListenRequest.cs Alpaca/Markets/Messages/JsonMinuteBar.cs Alpaca/Markets/Messages/JsonNewOrder.cs Alpaca/Markets/Messages/JsonOrder.cs Alpaca/Markets/Messages/JsonPosition.cs Alpaca/Markets/Messages/JsonQuote.cs Alpaca/Markets/Messages/JsonStreamBar.cs Alpaca/Markets/Messages/JsonStreamQuote.cs Alpaca/Markets/Messages/JsonStreamTrade.cs Alpaca/Markets/Messages/JsonTradeUpdate.cs Alpaca/Markets/NatsClient.cs Alpaca/Markets/RateThrottler.cs Alpaca/Markets/RestClient.cs Alpaca/Markets/RestClient.General.cs Alpaca/Markets/RestClient.Market.cs Alpaca/Markets/RestClient.Polygon.cs Alpaca/Markets/RestClientErrorException.cs Alpaca/Markets/SockClient.cs Backtesting/BacktestingBrokerage.cs Backtesting/BacktestingBrokerageFactory.cs Backtesting/BasicOptionAssignmentSimulation.cs Backtesting/IBacktestingMarketSimulation.cs BaseWebsocketsBrokerage.cs Bitfinex/BestBidAskUpdatedEventArgs.cs Bitfinex/BitfinexBrokerage.Messaging.cs Bitfinex/BitfinexBrokerage.cs Bitfinex/BitfinexBrokerageFactory.cs Bitfinex/BitfinexBrokerage.Utility.cs Bitfinex/Messages.cs Bitfinex/BitfinexSymbolMapper.cs Bitfinex/OrderBook.cs Brokerage.cs BrokerageException.cs BrokerageFactory.cs Fxcm/FxcmBrokerage.cs Fxcm/FxcmBrokerage.DataQueueHandler.cs Fxcm/FxcmBrokerage.Messaging.cs Fxcm/FxcmBrokerage.Util.cs Fxcm/FxcmBrokerageFactory.cs Fxcm/FxcmSymbolMapper.cs GDAX/AuthenticationToken.cs GDAX/BestBidAskUpdatedEventArgs.cs GDAX/GDAXBrokerage.Utility.cs GDAX/GDAXBrokerage.cs GDAX/GDAXBrokerageFactory.cs GDAX/GDAXDataQueueHandler.cs GDAX/GDAXFill.cs GDAX/GDAXBrokerage.Messaging.cs GDAX/OrderBook.cs IWebSocket.cs GDAX/Messages.cs ApiPriceProvider.cs WebSocketError.cs WebSocketMessage.cs WebSocketWrapper.cs InteractiveBrokers/Client/AccountDownloadEndEventArgs.cs InteractiveBrokers/Client/AccountSummaryEventArgs.cs InteractiveBrokers/Client/ActionSide.cs InteractiveBrokers/Client/AgentDescription.cs InteractiveBrokers/Client/BarSize.cs InteractiveBrokers/Client/HistogramDataEventArgs.cs InteractiveBrokers/Client/HeadTimestampEventArgs.cs InteractiveBrokers/Client/PnlSingleEventArgs.cs InteractiveBrokers/Client/PnlEventArgs.cs InteractiveBrokers/Client/MarketRuleEventArgs.cs InteractiveBrokers/Client/RerouteMktDepthReqEventArgs.cs InteractiveBrokers/Client/RerouteMktDataReqEventArgs.cs InteractiveBrokers/Client/HistoricalNewsEndEventArgs.cs InteractiveBrokers/Client/NewsProvidersEventArgs.cs InteractiveBrokers/Client/NewsArticleEventArgs.cs InteractiveBrokers/Client/HistoricalNewsEventArgs.cs InteractiveBrokers/Client/TickReqParamsEventArgs.cs InteractiveBrokers/Client/SmartComponentsEventArgs.cs InteractiveBrokers/Client/TickNewsEventArgs.cs InteractiveBrokers/Client/MktDepthExchangesEventArgs.cs InteractiveBrokers/Client/SymbolSamplesEventArgs.cs InteractiveBrokers/Client/FamilyCodesEventArgs.cs InteractiveBrokers/Client/HistoricalDataUpdateEventArgs.cs InteractiveBrokers/Client/OrderStatus.cs InteractiveBrokers/Client/OrderType.cs InteractiveBrokers/Client/RightType.cs InteractiveBrokers/Client/SecurityType.cs InteractiveBrokers/Client/SoftDollarTiersEventArgs.cs InteractiveBrokers/Client/SecurityDefinitionOptionParameterEventArgs.cs InteractiveBrokers/Client/CommissionReportEventArgs.cs InteractiveBrokers/Client/ContractDetailsEventArgs.cs InteractiveBrokers/Client/CurrentTimeUtcEventArgs.cs InteractiveBrokers/Client/DeltaNeutralValidationEventArgs.cs InteractiveBrokers/Client/DisplayGroupUpdatedEventArgs.cs InteractiveBrokers/Client/ErrorEventArgs.cs InteractiveBrokers/Client/ExecutionDetailsEventArgs.cs InteractiveBrokers/Client/FundamentalDataEventArgs.cs InteractiveBrokers/Client/HistoricalDataEndEventArgs.cs InteractiveBrokers/Client/HistoricalDataEventArgs.cs InteractiveBrokers/Client/ManagedAccountsEventArgs.cs InteractiveBrokers/Client/MarketDataTypeEventArgs.cs InteractiveBrokers/Client/NextValidIdEventArgs.cs InteractiveBrokers/Client/OpenOrderEventArgs.cs InteractiveBrokers/Client/OrderStatusEventArgs.cs InteractiveBrokers/Client/PositionEventArgs.cs InteractiveBrokers/Client/AccountUpdateMultiEventArgs.cs InteractiveBrokers/Client/RealtimeBarEventArgs.cs InteractiveBrokers/Client/DisplayGroupListEventArgs.cs InteractiveBrokers/Client/PositionMultiEventArgs.cs InteractiveBrokers/Client/TimeInForce.cs InteractiveBrokers/Client/VerifyAndAuthCompletedEventArgs.cs InteractiveBrokers/Client/VerifyCompletedEventArgs.cs InteractiveBrokers/Client/VerifyAndAuthMessageApiEventArgs.cs InteractiveBrokers/Client/VerifyMessageApiEventArgs.cs InteractiveBrokers/Client/RequestEndEventArgs.cs InteractiveBrokers/Client/ReceiveFaEventArgs.cs InteractiveBrokers/Client/TickEfpEventArgs.cs InteractiveBrokers/Client/TickEventArgs.cs InteractiveBrokers/Client/TickGenericEventArgs.cs InteractiveBrokers/Client/TickOptionComputationEventArgs.cs InteractiveBrokers/Client/TickPriceEventArgs.cs InteractiveBrokers/Client/TickSizeEventArgs.cs InteractiveBrokers/Client/TickSnapshotEndEventArgs.cs InteractiveBrokers/Client/TickStringEventArgs.cs InteractiveBrokers/Client/UpdateAccountTimeEventArgs.cs InteractiveBrokers/Client/UpdateAccountValueEventArgs.cs InteractiveBrokers/Client/UpdateMarketDepthEventArgs.cs InteractiveBrokers/Client/UpdateMarketDepthLevel2EventArgs.cs InteractiveBrokers/Client/UpdateNewsBulletinEventArgs.cs InteractiveBrokers/Client/ScannerParametersEventArgs.cs InteractiveBrokers/Client/ScannerDataEventArgs.cs InteractiveBrokers/Client/UpdatePortfolioEventArgs.cs InteractiveBrokers/FinancialAdvisor/Allocation.cs InteractiveBrokers/FinancialAdvisor/AllocationProfile.cs InteractiveBrokers/FinancialAdvisor/Group.cs InteractiveBrokers/FinancialAdvisor/AccountAlias.cs InteractiveBrokers/FinancialAdvisor/FinancialAdvisorConfiguration.cs InteractiveBrokers/HistoricalDataType.cs InteractiveBrokers/InteractiveBrokersAccountData.cs InteractiveBrokers/InteractiveBrokersBrokerage.cs InteractiveBrokers/InteractiveBrokersBrokerageFactory.cs InteractiveBrokers/Client/InteractiveBrokersClient.cs InteractiveBrokers/InteractiveBrokersGatewayRunner.cs InteractiveBrokers/InteractiveBrokersSymbolMapper.cs ISymbolMapper.cs Oanda/OandaRestApiBase.cs Oanda/OandaRestApiV1.cs Oanda/OandaRestApiV20.cs Oanda/RestV1/DataType/Account.cs Oanda/RestV1/DataType/Candle.cs Oanda/RestV1/DataType/Communications/AccountResponse.cs Oanda/RestV1/DataType/Communications/AccountsResponse.cs Oanda/RestV1/DataType/Communications/CandlesResponse.cs Oanda/RestV1/DataType/Communications/InstrumentsResponse.cs Oanda/RestV1/DataType/Communications/OrdersResponse.cs Oanda/RestV1/DataType/Communications/PositionsResponse.cs Oanda/RestV1/DataType/Communications/PostOrderResponse.cs Oanda/RestV1/DataType/Communications/PricesResponse.cs Oanda/RestV1/DataType/Communications/Requests/CandlesRequest.cs Oanda/RestV1/DataType/Communications/Requests/Request.cs Oanda/RestV1/DataType/Communications/Response.cs Oanda/RestV1/DataType/Communications/TradesResponse.cs Oanda/RestV1/DataType/Event.cs Oanda/RestV1/DataType/Heartbeat.cs Oanda/RestV1/DataType/IHeartbeat.cs Oanda/RestV1/DataType/Instrument.cs Oanda/RestV1/DataType/Order.cs Oanda/RestV1/DataType/Position.cs Oanda/RestV1/DataType/Price.cs Oanda/RestV1/DataType/Communications/RateStreamResponse.cs Oanda/RestV1/DataType/TradeData.cs Oanda/RestV1/DataType/Transaction.cs Oanda/Environment.cs Oanda/RestV1/Framework/Common.cs Oanda/RestV1/Framework/EndpointResolver.cs Oanda/OandaBrokerage.cs Oanda/OandaBrokerageFactory.cs Oanda/OandaSymbolMapper.cs Oanda/RestV20/Api/DefaultApi.cs Oanda/RestV20/Client/ApiClient.cs Oanda/RestV20/Client/ApiException.cs Oanda/RestV20/Client/ApiResponse.cs Oanda/RestV20/Client/Configuration.cs Oanda/RestV20/Client/ExceptionFactory.cs Oanda/RestV20/Client/IApiAccessor.cs Oanda/RestV20/DefaultApiExtensions.cs Oanda/RestV20/Model/AcceptDatetimeFormat.cs Oanda/RestV20/Model/Account.cs Oanda/RestV20/Model/AccountChanges.cs Oanda/RestV20/Model/AccountChangesState.cs Oanda/RestV20/Model/AccountFinancingMode.cs Oanda/RestV20/Model/AccountID.cs Oanda/RestV20/Model/AccountProperties.cs Oanda/RestV20/Model/AccountSummary.cs Oanda/RestV20/Model/AccountUnits.cs Oanda/RestV20/Model/CalculatedPositionState.cs Oanda/RestV20/Model/CalculatedTradeState.cs Oanda/RestV20/Model/Candlestick.cs Oanda/RestV20/Model/CandlestickData.cs Oanda/RestV20/Model/CandlestickGranularity.cs Oanda/RestV20/Model/ClientComment.cs Oanda/RestV20/Model/ClientConfigureRejectTransaction.cs Oanda/RestV20/Model/ClientConfigureTransaction.cs Oanda/RestV20/Model/ClientExtensions.cs Oanda/RestV20/Model/ClientID.cs Oanda/RestV20/Model/ClientTag.cs Oanda/RestV20/Model/ClosePositionBody.cs Oanda/RestV20/Model/CloseTradeBody.cs Oanda/RestV20/Model/CloseTransaction.cs Oanda/RestV20/Model/ConfigureAccountBody.cs Oanda/RestV20/Model/CreateOrderBody.cs Oanda/RestV20/Model/CreateTransaction.cs Oanda/RestV20/Model/Currency.cs Oanda/RestV20/Model/DailyFinancingTransaction.cs Oanda/RestV20/Model/DateTime.cs Oanda/RestV20/Model/DecimalNumber.cs Oanda/RestV20/Model/DelayedTradeClosureTransaction.cs Oanda/RestV20/Model/DynamicOrderState.cs Oanda/RestV20/Model/FundingReason.cs Oanda/RestV20/Model/InlineResponse200.cs Oanda/RestV20/Model/InlineResponse2001.cs Oanda/RestV20/Model/InlineResponse20010.cs Oanda/RestV20/Model/InlineResponse20011.cs Oanda/RestV20/Model/InlineResponse20012.cs Oanda/RestV20/Model/InlineResponse20013.cs Oanda/RestV20/Model/InlineResponse20014.cs Oanda/RestV20/Model/InlineResponse20015.cs Oanda/RestV20/Model/InlineResponse20016.cs Oanda/RestV20/Model/InlineResponse20017.cs Oanda/RestV20/Model/InlineResponse20018.cs Oanda/RestV20/Model/InlineResponse20019.cs Oanda/RestV20/Model/InlineResponse2002.cs Oanda/RestV20/Model/InlineResponse20020.cs Oanda/RestV20/Model/InlineResponse20021.cs Oanda/RestV20/Model/InlineResponse20022.cs Oanda/RestV20/Model/InlineResponse20023.cs Oanda/RestV20/Model/InlineResponse20024.cs Oanda/RestV20/Model/InlineResponse20025.cs Oanda/RestV20/Model/InlineResponse20026.cs Oanda/RestV20/Model/InlineResponse20027.cs Oanda/RestV20/Model/InlineResponse20028.cs Oanda/RestV20/Model/InlineResponse20029.cs Oanda/RestV20/Model/InlineResponse2003.cs Oanda/RestV20/Model/InlineResponse2004.cs Oanda/RestV20/Model/InlineResponse2005.cs Oanda/RestV20/Model/InlineResponse2006.cs Oanda/RestV20/Model/InlineResponse2007.cs Oanda/RestV20/Model/InlineResponse2008.cs Oanda/RestV20/Model/InlineResponse2009.cs Oanda/RestV20/Model/InlineResponse201.cs Oanda/RestV20/Model/InlineResponse2011.cs Oanda/RestV20/Model/InlineResponse400.cs Oanda/RestV20/Model/InlineResponse4001.cs Oanda/RestV20/Model/InlineResponse4002.cs Oanda/RestV20/Model/InlineResponse4003.cs Oanda/RestV20/Model/InlineResponse4004.cs Oanda/RestV20/Model/InlineResponse4005.cs Oanda/RestV20/Model/InlineResponse4006.cs Oanda/RestV20/Model/InlineResponse4007.cs Oanda/RestV20/Model/InlineResponse401.cs Oanda/RestV20/Model/InlineResponse404.cs Oanda/RestV20/Model/InlineResponse4041.cs Oanda/RestV20/Model/InlineResponse4042.cs Oanda/RestV20/Model/InlineResponse4043.cs Oanda/RestV20/Model/InlineResponse4044.cs Oanda/RestV20/Model/InlineResponse4045.cs Oanda/RestV20/Model/InlineResponse4046.cs Oanda/RestV20/Model/Instrument.cs Oanda/RestV20/Model/InstrumentName.cs Oanda/RestV20/Model/InstrumentType.cs Oanda/RestV20/Model/LimitOrder.cs Oanda/RestV20/Model/LimitOrderReason.cs Oanda/RestV20/Model/LimitOrderRejectTransaction.cs Oanda/RestV20/Model/LimitOrderRequest.cs Oanda/RestV20/Model/LimitOrderTransaction.cs Oanda/RestV20/Model/LiquidityRegenerationSchedule.cs Oanda/RestV20/Model/LiquidityRegenerationScheduleStep.cs Oanda/RestV20/Model/MarginCallEnterTransaction.cs Oanda/RestV20/Model/MarginCallExitTransaction.cs Oanda/RestV20/Model/MarginCallExtendTransaction.cs Oanda/RestV20/Model/MarketIfTouchedOrder.cs Oanda/RestV20/Model/MarketIfTouchedOrderReason.cs Oanda/RestV20/Model/MarketIfTouchedOrderRejectTransaction.cs Oanda/RestV20/Model/MarketIfTouchedOrderRequest.cs Oanda/RestV20/Model/MarketIfTouchedOrderTransaction.cs Oanda/RestV20/Model/MarketOrder.cs Oanda/RestV20/Model/MarketOrderDelayedTradeClose.cs Oanda/RestV20/Model/MarketOrderMarginCloseout.cs Oanda/RestV20/Model/MarketOrderMarginCloseoutReason.cs Oanda/RestV20/Model/MarketOrderPositionCloseout.cs Oanda/RestV20/Model/MarketOrderReason.cs Oanda/RestV20/Model/MarketOrderRejectTransaction.cs Oanda/RestV20/Model/MarketOrderRequest.cs Oanda/RestV20/Model/MarketOrderTradeClose.cs Oanda/RestV20/Model/MarketOrderTransaction.cs Oanda/RestV20/Model/OpenTradeFinancing.cs Oanda/RestV20/Model/Order.cs Oanda/RestV20/Model/OrderCancelReason.cs Oanda/RestV20/Model/OrderCancelRejectTransaction.cs Oanda/RestV20/Model/OrderCancelTransaction.cs Oanda/RestV20/Model/OrderClientExtensionsModifyRejectTransaction.cs Oanda/RestV20/Model/OrderClientExtensionsModifyTransaction.cs Oanda/RestV20/Model/OrderFillReason.cs Oanda/RestV20/Model/OrderFillTransaction.cs Oanda/RestV20/Model/OrderID.cs Oanda/RestV20/Model/OrderIdentifier.cs Oanda/RestV20/Model/OrderPositionFill.cs Oanda/RestV20/Model/OrderRequest.cs Oanda/RestV20/Model/OrderSpecifier.cs Oanda/RestV20/Model/OrderState.cs Oanda/RestV20/Model/OrderTriggerCondition.cs Oanda/RestV20/Model/OrderType.cs Oanda/RestV20/Model/Position.cs Oanda/RestV20/Model/PositionAggregationMode.cs Oanda/RestV20/Model/PositionFinancing.cs Oanda/RestV20/Model/PositionSide.cs Oanda/RestV20/Model/Price.cs Oanda/RestV20/Model/PriceBucket.cs Oanda/RestV20/Model/PriceStatus.cs Oanda/RestV20/Model/PriceValue.cs Oanda/RestV20/Model/PricingHeartbeat.cs Oanda/RestV20/Model/QuoteHomeConversionFactors.cs Oanda/RestV20/Model/ReopenTransaction.cs Oanda/RestV20/Model/ReplaceOrderBody.cs Oanda/RestV20/Model/RequestID.cs Oanda/RestV20/Model/ResetResettablePLTransaction.cs Oanda/RestV20/Model/SetOrderClientExtensionsBody.cs Oanda/RestV20/Model/SetTradeClientExtensionsBody.cs Oanda/RestV20/Model/SetTradeDependentOrdersBody.cs Oanda/RestV20/Model/StopLossDetails.cs Oanda/RestV20/Model/StopLossOrder.cs Oanda/RestV20/Model/StopLossOrderReason.cs Oanda/RestV20/Model/StopLossOrderRejectTransaction.cs Oanda/RestV20/Model/StopLossOrderRequest.cs Oanda/RestV20/Model/StopLossOrderTransaction.cs Oanda/RestV20/Model/StopOrder.cs Oanda/RestV20/Model/StopOrderReason.cs Oanda/RestV20/Model/StopOrderRejectTransaction.cs Oanda/RestV20/Model/StopOrderRequest.cs Oanda/RestV20/Model/StopOrderTransaction.cs Oanda/RestV20/Model/TakeProfitDetails.cs Oanda/RestV20/Model/TakeProfitOrder.cs Oanda/RestV20/Model/TakeProfitOrderReason.cs Oanda/RestV20/Model/TakeProfitOrderRejectTransaction.cs Oanda/RestV20/Model/TakeProfitOrderRequest.cs Oanda/RestV20/Model/TakeProfitOrderTransaction.cs Oanda/RestV20/Model/TimeInForce.cs Oanda/RestV20/Model/Trade.cs Oanda/RestV20/Model/TradeClientExtensionsModifyRejectTransaction.cs Oanda/RestV20/Model/TradeClientExtensionsModifyTransaction.cs Oanda/RestV20/Model/TradeID.cs Oanda/RestV20/Model/TradeOpen.cs Oanda/RestV20/Model/TradeReduce.cs Oanda/RestV20/Model/TradeSpecifier.cs Oanda/RestV20/Model/TradeState.cs Oanda/RestV20/Model/TradeSummary.cs Oanda/RestV20/Model/TrailingStopLossDetails.cs Oanda/RestV20/Model/TrailingStopLossOrder.cs Oanda/RestV20/Model/TrailingStopLossOrderReason.cs Oanda/RestV20/Model/TrailingStopLossOrderRejectTransaction.cs Oanda/RestV20/Model/TrailingStopLossOrderRequest.cs Oanda/RestV20/Model/TrailingStopLossOrderTransaction.cs Oanda/RestV20/Model/Transaction.cs Oanda/RestV20/Model/TransactionFilter.cs Oanda/RestV20/Model/TransactionHeartbeat.cs Oanda/RestV20/Model/TransactionID.cs Oanda/RestV20/Model/TransactionRejectReason.cs Oanda/RestV20/Model/TransactionType.cs Oanda/RestV20/Model/TransferFundsRejectTransaction.cs Oanda/RestV20/Model/TransferFundsTransaction.cs Oanda/RestV20/Model/UnitsAvailable.cs Oanda/RestV20/Model/UnitsAvailableDetails.cs Oanda/RestV20/Model/UserInfo.cs Oanda/RestV20/Model/UserInfoExternal.cs Oanda/RestV20/Model/UserSpecifier.cs Oanda/RestV20/Model/VWAPReceipt.cs Oanda/RestV20/Model/WeeklyAlignment.cs Oanda/RestV20/Session/PricingStreamSession.cs Oanda/RestV20/Session/StreamSession.cs Oanda/RestV20/Session/TransactionStreamSession.cs Oanda/Server.cs Oanda/RestV1/Session/EventsSession.cs Oanda/RestV1/Session/RatesSession.cs Oanda/RestV1/Session/StreamSession.cs Paper/PaperBrokerage.cs Paper/PaperBrokerageFactory.cs Properties/AssemblyInfo.cs Tradier/TradierBrokerage.HistoryProvider.cs Tradier/TradierBrokerage.DataQueueHandler.cs Tradier/TradierBrokerage.cs Tradier/Balances.cs Tradier/Common.cs Tradier/Data.cs Tradier/Fault.cs Tradier/GainLoss.cs Tradier/History.cs Tradier/Orders.cs Tradier/Positions.cs Tradier/Tokens.cs Tradier/TradierBrokerageFactory.cs Tradier/UserProfile.cs obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/QuantConnect.Brokerages.xml /langversion:6 /nostdlib /platform:AnyCPU /reference:InteractiveBrokers/CSharpAPI.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Beans.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Charsets.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Corba.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Core.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Jdbc.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Management.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Media.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Misc.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Naming.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Remoting.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Security.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.SwingAWT.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Text.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Tools.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.Util.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.API.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.Bind.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.Crypto.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.Parse.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.Transform.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.WebServices.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.OpenJDK.XML.XPath.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.Reflection.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.Runtime.dll /reference:../packages/IKVM-WithExes.7.3.4830.1/tools/IKVM.Runtime.JNI.dll /reference:../packages/NATS.Client.0.8.1/lib/net45/NATS.Client.dll /reference:Fxcm/QuantConnect.Fxcm.dll /reference:/usr/lib/mono/4.5.2-api/System.dll /reference:/usr/lib/mono/4.5.2-api/System.ComponentModel.Composition.dll /reference:/usr/lib/mono/4.5.2-api/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/mono/4.5.2-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5.2-api/System.Runtime.Serialization.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Data.dll /reference:/usr/lib/mono/4.5.2-api/System.Xml.dll /reference:../packages/WebSocketSharpFork.1.0.4.0/lib/net35/websocket-sharp.dll /reference:../packages/Newtonsoft.Json.12.0.1/lib/net45/Newtonsoft.Json.dll /reference:../packages/NodaTime.2.4.2/lib/net45/NodaTime.dll /reference:/usr/lib/mono/4.5.2-api/System.Numerics.dll /reference:../packages/RestSharp.106.5.4/lib/net452/RestSharp.dll /reference:/usr/lib/mono/4.5.2-api/System.Web.dll /reference:/usr/lib/mono/4.5.2-api/System.Core.dll /reference:/home/username/git/Lean/Api/bin/Debug//QuantConnect.Api.dll /reference:/home/username/git/Lean/Common/bin/Debug//QuantConnect.Common.dll /reference:/home/username/git/Lean/Compression/bin/Debug//QuantConnect.Compression.dll /reference:/home/username/git/Lean/Configuration/bin/Debug//QuantConnect.Configuration.dll /reference:/home/username/git/Lean/Logging/bin/Debug//QuantConnect.Logging.dll /reference:/usr/lib/mono/4.5.2-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved. Oanda/RestV20/Client/ApiClient.cs(135,51): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]' Bitfinex/BitfinexBrokerage.cs(90,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.Utility.cs(277,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Fxcm/FxcmBrokerage.Util.cs(182,35): error CS0117: 'Instant' does not contain a definition for 'FromMillisecondsSinceUnixEpoch' Tradier/TradierBrokerage.cs(1890,27): warning CS0649: Field 'TradierBrokerage.TradierPlaceOrderRequest.OptionSymbol' is never assigned to, and will always have its default value null Tradier/Data.cs(172,22): warning CS0414: The field 'TradierQuote.BidDateUnix' is assigned but its value is never used Tradier/Data.cs(204,21): warning CS0414: The field 'TradierQuote.Options_ContractSize' is assigned but its value is never used Tradier/Data.cs(216,35): warning CS0414: The field 'TradierQuote.Options_OptionType' is assigned but its value is never used Tradier/Data.cs(200,25): warning CS0414: The field 'TradierQuote.Options_Strike' is assigned but its value is never used Tradier/Data.cs(212,45): warning CS0414: The field 'TradierQuote.Options_ExpirationType' is assigned but its value is never used Tradier/Data.cs(192,22): warning CS0414: The field 'TradierQuote.Options_OpenInterest' is assigned but its value is never used Tradier/Data.cs(196,24): warning CS0414: The field 'TradierQuote.Options_UnderlyingAsset' is assigned but its value is never used Tradier/Data.cs(208,22): warning CS0414: The field 'TradierQuote.Options_ExpirationDate' is assigned but its value is never used Tradier/Data.cs(188,22): warning CS0414: The field 'TradierQuote.AskDateUnix' is assigned but its value is never used Task "Csc" execution -- FAILED Done building target "CoreCompile" in project "/home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj".-- FAILED Done building project "/home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/home/username/git/Lean/QuantConnect.Lean.sln".-- FAILED Done building project "/home/username/git/Lean/QuantConnect.Lean.sln".-- FAILED Build FAILED. Warnings: /home/username/git/Lean/Algorithm.Python/QuantConnect.Algorithm.PythonTools.pyproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/VisualStudio/v/Python Tools/Microsoft.PythonTools.targets, to import. Ignoring. /home/username/git/Lean/PythonToolbox/QuantConnect.PythonToolbox.pyproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/VisualStudio/v/Python Tools/Microsoft.PythonTools.targets, to import. Ignoring. /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Logging/QuantConnect.Logging.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> LogType.cs(24,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Debug' LogType.cs(25,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Trace' LogType.cs(26,9): warning CS1591: Missing XML comment for publicly visible type or member 'LogType.Error' /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Common/QuantConnect.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> Data/UniverseSelection/GetSubscriptionRequestsUniverseDecorator.cs(56,58): warning CS0672: Member 'GetSubscriptionRequestsUniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)' overrides obsolete member 'Universe.GetSubscriptionRequests(Security, DateTime, DateTime)'. Add the Obsolete attribute to 'GetSubscriptionRequestsUniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)'. Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(61,30): warning CS0672: Member 'FineFundamentalFilteredUniverse.SetSecurityInitializer(ISecurityInitializer)' overrides obsolete member 'Universe.SetSecurityInitializer(ISecurityInitializer)'. Add the Obsolete attribute to 'FineFundamentalFilteredUniverse.SetSecurityInitializer(ISecurityInitializer)'. Securities/Option/Option.cs(399,30): warning CS0672: Member 'Option.SetDataNormalizationMode(DataNormalizationMode)' overrides obsolete member 'Security.SetDataNormalizationMode(DataNormalizationMode)'. Add the Obsolete attribute to 'Option.SetDataNormalizationMode(DataNormalizationMode)'. Securities/Equity/Equity.cs(92,30): warning CS0672: Member 'Equity.SetDataNormalizationMode(DataNormalizationMode)' overrides obsolete member 'Security.SetDataNormalizationMode(DataNormalizationMode)'. Add the Obsolete attribute to 'Equity.SetDataNormalizationMode(DataNormalizationMode)'. Orders/Fees/InteractiveBrokersFeeModel.cs(150,27): warning CS0219: The variable 'bp' is assigned but its value is never used Securities/Option/Option.cs(73,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Securities/Security.cs(624,13): warning CS0618: 'Security.DataNormalizationMode' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Option/Option.cs(109,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Securities/Security.cs(779,13): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Security.cs(780,13): warning CS0618: 'Security.IsFillDataForward' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Security.cs(781,13): warning CS0618: 'Security.IsExtendedMarketHours' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' Securities/Option/Option.cs(406,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Data/UniverseSelection/Universe.cs(118,13): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FuncUniverse.cs(46,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Securities/Equity/Equity.cs(94,13): warning CS0618: 'Security.SetDataNormalizationMode(DataNormalizationMode)' is obsolete: 'This method is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager' and the 'SetDataNormalizationMode()' extension method' Data/UniverseSelection/OptionChainUniverse.cs(53,20): warning CS0618: 'Security.SubscriptionDataConfig' is obsolete: 'This property returns only the first subscription. Use the 'Subscriptions' property for all of this security's subscriptions.' Data/UniverseSelection/UniverseExtensions.cs(43,24): warning CS0618: 'Universe.GetSubscriptionRequests(Security, DateTime, DateTime)' is obsolete: 'This overload is obsolete and will not be called. It was not capable of creating new SubscriptionDataConfig due to lack of information' Data/UniverseSelection/ScheduledUniverse.cs(49,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/ScheduledUniverse.cs(67,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/Market/QuoteBar.cs(305,24): warning CS0618: 'QuoteBar.ParseTradeAsQuoteBar(SubscriptionDataConfig, DateTime, string)' is obsolete: 'All Forex data should use Quotes instead of Trades.' Data/UniverseSelection/FuturesChainUniverse.cs(44,20): warning CS0618: 'Security.SubscriptionDataConfig' is obsolete: 'This property returns only the first subscription. Use the 'Subscriptions' property for all of this security's subscriptions.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(42,94): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(54,94): warning CS0618: 'Universe.SecurityInitializer' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(63,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(64,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalFilteredUniverse.cs(65,13): warning CS0618: 'Universe.SetSecurityInitializer(ISecurityInitializer)' is obsolete: 'SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalUniverse.cs(47,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/FineFundamentalUniverse.cs(61,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(44,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(57,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(75,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Data/UniverseSelection/CoarseFundamentalUniverse.cs(89,13): warning CS0618: 'Universe.Universe(SubscriptionDataConfig, ISecurityInitializer)' is obsolete: 'This constructor is obsolete because SecurityInitializer is obsolete and will not be used.' Parameters/ParameterAttribute.cs(37,40): warning CS0414: The field 'ParameterAttribute.ParameterAttributeNameProperty' is assigned but its value is never used Data/Custom/Intrinio/EconomicDataSources.cs(18,25): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources' Data/Custom/Intrinio/EconomicDataSources.cs(20,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.BofAMerrillLynch' Data/Custom/Intrinio/EconomicDataSources.cs(109,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.CBOE' Data/Custom/Intrinio/EconomicDataSources.cs(176,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.Commodities' Data/Custom/Intrinio/EconomicDataSources.cs(235,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.ExchangeRates' Data/Custom/Intrinio/EconomicDataSources.cs(398,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.Moodys' Data/Custom/Intrinio/EconomicDataSources.cs(436,29): warning CS1591: Missing XML comment for publicly visible type or member 'IntrinioEconomicDataSources.TradeWeightedUsDollaIndex' Data/UniverseSelection/UniverseDecorator.cs(30,87): warning CS0419: Ambiguous reference in cref attribute: 'GetSubscriptionRequests'. Assuming 'UniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime)', but could have also matched other overloads including 'UniverseDecorator.GetSubscriptionRequests(Security, DateTime, DateTime, ISubscriptionDataConfigService)'. Data/Market/BarDirection.cs(3,17): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection' Data/Market/BarDirection.cs(5,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.Rising' Data/Market/BarDirection.cs(6,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.NoDelta' Data/Market/BarDirection.cs(7,9): warning CS1591: Missing XML comment for publicly visible type or member 'BarDirection.Falling' Data/Auxiliary/MapFileRow.cs(148,32): warning CS1591: Missing XML comment for publicly visible type or member 'MapFileRow.ToString()' Data/IBaseData.cs(43,18): warning CS1591: Missing XML comment for publicly visible type or member 'IBaseData.EndTime' Orders/Fills/FillModel.cs(544,22): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices' Orders/Fills/FillModel.cs(546,38): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.EndTime' Orders/Fills/FillModel.cs(547,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Current' Orders/Fills/FillModel.cs(548,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Open' Orders/Fills/FillModel.cs(549,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.High' Orders/Fills/FillModel.cs(550,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Low' Orders/Fills/FillModel.cs(551,37): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Close' Orders/Fills/FillModel.cs(553,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(IBaseDataBar)' Orders/Fills/FillModel.cs(558,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(DateTime, IBar)' Orders/Fills/FillModel.cs(563,20): warning CS1591: Missing XML comment for publicly visible type or member 'FillModel.Prices.Prices(DateTime, decimal, decimal, decimal, decimal, decimal)' Securities/IBaseCurrencySymbol.cs(3,22): warning CS1591: Missing XML comment for publicly visible type or member 'IBaseCurrencySymbol' Securities/Option/OptionStrategies.cs(24,25): warning CS1591: Missing XML comment for publicly visible type or member 'OptionStrategies' Securities/SecurityDatabaseKey.cs(129,37): warning CS1591: Missing XML comment for publicly visible type or member 'SecurityDatabaseKey.operator ==(SecurityDatabaseKey, SecurityDatabaseKey)' Securities/SecurityDatabaseKey.cs(134,37): warning CS1591: Missing XML comment for publicly visible type or member 'SecurityDatabaseKey.operator !=(SecurityDatabaseKey, SecurityDatabaseKey)' Securities/Security.cs(49,66): warning CS1591: Missing XML comment for publicly visible type or member 'Security.SubscriptionsBag' Extensions.cs(238,31): warning CS1591: Missing XML comment for publicly visible type or member 'Extensions.Normalize(decimal)' Extensions.cs(998,28): warning CS1591: Missing XML comment for publicly visible type or member 'Extensions.ProcessUntilEmpty<T>(IProducerConsumerCollection<T>, Action<T>)' TradingCalendar.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'TradingCalendar.TradingCalendar(SecurityManager, MarketHoursDatabase)' Util/SeriesJsonConverter.cs(27,30): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.WriteJson(JsonWriter, object, JsonSerializer)' Util/SeriesJsonConverter.cs(72,32): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' Util/SeriesJsonConverter.cs(77,30): warning CS1591: Missing XML comment for publicly visible type or member 'SeriesJsonConverter.CanConvert(Type)' /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Indicators/QuantConnect.Indicators.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> IndicatorBase.cs(27,35): warning CS0659: 'IndicatorBase<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode() IndicatorBase.cs(27,35): warning CS0661: 'IndicatorBase<T>' defines operator == or operator != but does not override Object.GetHashCode() SwissArmyKnife.cs(61,16): warning CS0414: The field 'SwissArmyKnife._c1' is assigned but its value is never used CoppockCurve.cs(29,30): warning CS1591: Missing XML comment for publicly visible type or member 'CoppockCurve.IsReady' HullMovingAverage.cs(55,30): warning CS1591: Missing XML comment for publicly visible type or member 'HullMovingAverage.Reset()' /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Messaging/QuantConnect.Messaging.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> EventMessagingHandler.cs(72,45): warning CS0067: The event 'EventMessagingHandler.SystemDebugEvent' is never used StreamingApi.cs(105,27): warning CS0649: Field 'StreamingApi.Response.Type' is never assigned to, and will always have its default value null StreamingApi.cs(110,27): warning CS0649: Field 'StreamingApi.Response.Message' is never assigned to, and will always have its default value null EventMessagingHandler.cs(54,21): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LoadingComplete()' EventMessagingHandler.cs(68,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.DebugEventRaised' EventMessagingHandler.cs(69,39): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.DebugEvent' EventMessagingHandler.cs(71,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.SystemDebugEventRaised' EventMessagingHandler.cs(72,45): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.SystemDebugEvent' EventMessagingHandler.cs(74,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LogEventRaised' EventMessagingHandler.cs(75,37): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.LogEvent' EventMessagingHandler.cs(77,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.RuntimeErrorEventRaised' EventMessagingHandler.cs(78,46): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.RuntimeErrorEvent' EventMessagingHandler.cs(80,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.HandledErrorEventRaised' EventMessagingHandler.cs(81,46): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.HandledErrorEvent' EventMessagingHandler.cs(83,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.BacktestResultEventRaised' EventMessagingHandler.cs(84,48): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.BacktestResultEvent' EventMessagingHandler.cs(86,30): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.ConsumerReadyEventRaised' EventMessagingHandler.cs(87,47): warning CS1591: Missing XML comment for publicly visible type or member 'EventMessagingHandler.ConsumerReadyEvent' /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Algorithm/QuantConnect.Algorithm.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> QCAlgorithm.Python.cs(628,49): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' QCAlgorithm.Python.cs(691,53): warning CS0618: 'Security.Resolution' is obsolete: 'This property is obsolete. Use the 'SubscriptionDataConfig' exposed by 'SubscriptionManager'' QCAlgorithm.Python.cs(39,32): warning CS1591: Missing XML comment for publicly visible type or member 'QCAlgorithm.PandasConverter' /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> Tradier/TradierBrokerage.cs(1890,27): warning CS0649: Field 'TradierBrokerage.TradierPlaceOrderRequest.OptionSymbol' is never assigned to, and will always have its default value null Tradier/Data.cs(172,22): warning CS0414: The field 'TradierQuote.BidDateUnix' is assigned but its value is never used Tradier/Data.cs(204,21): warning CS0414: The field 'TradierQuote.Options_ContractSize' is assigned but its value is never used Tradier/Data.cs(216,35): warning CS0414: The field 'TradierQuote.Options_OptionType' is assigned but its value is never used Tradier/Data.cs(200,25): warning CS0414: The field 'TradierQuote.Options_Strike' is assigned but its value is never used Tradier/Data.cs(212,45): warning CS0414: The field 'TradierQuote.Options_ExpirationType' is assigned but its value is never used Tradier/Data.cs(192,22): warning CS0414: The field 'TradierQuote.Options_OpenInterest' is assigned but its value is never used Tradier/Data.cs(196,24): warning CS0414: The field 'TradierQuote.Options_UnderlyingAsset' is assigned but its value is never used Tradier/Data.cs(208,22): warning CS0414: The field 'TradierQuote.Options_ExpirationDate' is assigned but its value is never used Tradier/Data.cs(188,22): warning CS0414: The field 'TradierQuote.AskDateUnix' is assigned but its value is never used Errors: /home/username/git/Lean/QuantConnect.Lean.sln (default targets) -> (Build target) -> /home/username/git/Lean/Brokerages/QuantConnect.Brokerages.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> Oanda/RestV20/Client/ApiClient.cs(135,51): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]' Bitfinex/BitfinexBrokerage.cs(90,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,13): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,38): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.Utility.cs(277,31): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Fxcm/FxcmBrokerage.Util.cs(182,35): error CS0117: 'Instant' does not contain a definition for 'FromMillisecondsSinceUnixEpoch' 109 Warning(s) 10 Error(s) Time Elapsed 00:00:18.9995200 username@usernameVB:~/git/Lean$
Hugo boser
i remember using msbuild instead of xbuild maybe that was a key difference??
Martin Molinero
Hi! I see you are using
mono 5.16
, that might be the issue. Please test using 5.8.0.108:apt-get update && apt-get install -y binutils mono-complete ca-certificates-mono mono-vbnc nuget referenceassemblies-pcl &&
apt-get install -y fsharp && rm -rf /var/lib/apt/lists/* /tmp/*
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Sam Harris
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!