Lean
$LEAN_TAG$
|
This is the complete list of members for QuantConnect.Api.Api, including all inherited members.
AbortOptimization(string optimizationId) | QuantConnect.Api.Api | |
AddProjectFile(int projectId, string name, string content) | QuantConnect.Api.Api | |
Api() | QuantConnect.Api.Api | |
ApiConnection | QuantConnect.Api.Api | protected |
Connected | QuantConnect.Api.Api | |
CreateBacktest(int projectId, string compileId, string backtestName) | QuantConnect.Api.Api | |
CreateCompile(int projectId) | QuantConnect.Api.Api | |
CreateLiveAlgorithm(int projectId, string compileId, string nodeId, Dictionary< string, object > brokerageSettings, string versionId="-1", Dictionary< string, object > dataProviders=null) | QuantConnect.Api.Api | |
CreateLiveAlgorithm(int projectId, string compileId, string nodeId, PyObject brokerageSettings, string versionId="-1", PyObject dataProviders=null) | QuantConnect.Api.Api | |
CreateLiveCommand(int projectId, object command) | QuantConnect.Api.Api | |
CreateOptimization(int projectId, string name, string target, string targetTo, decimal? targetValue, string strategy, string compileId, HashSet< OptimizationParameter > parameters, IReadOnlyList< Constraint > constraints, decimal estimatedCost, string nodeType, int parallelNodes) | QuantConnect.Api.Api | |
CreateProject(string name, Language language, string organizationId=null) | QuantConnect.Api.Api | |
CreateSecureHash(int timestamp, string token) | QuantConnect.Api.Api | static |
DeleteBacktest(int projectId, string backtestId) | QuantConnect.Api.Api | |
DeleteObjectStore(string organizationId, string key) | QuantConnect.Api.Api | |
DeleteOptimization(string optimizationId) | QuantConnect.Api.Api | |
DeleteProject(int projectId) | QuantConnect.Api.Api | |
DeleteProjectFile(int projectId, string name) | QuantConnect.Api.Api | |
Dispose() | QuantConnect.Api.Api | virtual |
Download(string address, IEnumerable< KeyValuePair< string, string >> headers, string userName, string password) | QuantConnect.Api.Api | virtual |
DownloadBytes(string address, IEnumerable< KeyValuePair< string, string >> headers, string userName, string password) | QuantConnect.Api.Api | virtual |
DownloadData(string filePath, string organizationId) | QuantConnect.Api.Api | |
EstimateOptimization(int projectId, string name, string target, string targetTo, decimal? targetValue, string strategy, string compileId, HashSet< OptimizationParameter > parameters, IReadOnlyList< Constraint > constraints) | QuantConnect.Api.Api | |
FormatPathForDataRequest(string filePath, string dataFolder=null) | QuantConnect.Api.Api | static |
GetAlgorithmStatus(string algorithmId) | QuantConnect.Api.Api | virtual |
GetObjectStore(string organizationId, List< string > keys, string destinationFolder=null) | QuantConnect.Api.Api | |
GetObjectStoreProperties(string organizationId, string key) | QuantConnect.Api.Api | |
Initialize(int userId, string token, string dataFolder) | QuantConnect.Api.Api | virtual |
LiquidateLiveAlgorithm(int projectId) | QuantConnect.Api.Api | |
ListBacktests(int projectId, bool includeStatistics=true) | QuantConnect.Api.Api | |
ListLiveAlgorithms(AlgorithmStatus? status=null, DateTime? startTime=null, DateTime? endTime=null) | QuantConnect.Api.Api | |
ListObjectStore(string organizationId, string path) | QuantConnect.Api.Api | |
ListOptimizations(int projectId) | QuantConnect.Api.Api | |
ListProjects() | QuantConnect.Api.Api | |
ReadAccount(string organizationId=null) | QuantConnect.Api.Api | |
ReadBacktest(int projectId, string backtestId, bool getCharts=true) | QuantConnect.Api.Api | |
ReadBacktestChart(int projectId, string name, int start, int end, uint count, string backtestId) | QuantConnect.Api.Api | |
ReadBacktestInsights(int projectId, string backtestId, int start=0, int end=0) | QuantConnect.Api.Api | |
ReadBacktestOrders(int projectId, string backtestId, int start=0, int end=100) | QuantConnect.Api.Api | |
ReadBacktestReport(int projectId, string backtestId) | QuantConnect.Api.Api | |
ReadCompile(int projectId, string compileId) | QuantConnect.Api.Api | |
ReadDataDirectory(string filePath) | QuantConnect.Api.Api | |
ReadDataLink(string filePath, string organizationId) | QuantConnect.Api.Api | |
ReadDataPrices(string organizationId) | QuantConnect.Api.Api | |
ReadLeanVersions() | QuantConnect.Api.Api | |
ReadLiveAlgorithm(int projectId, string deployId) | QuantConnect.Api.Api | |
ReadLiveChart(int projectId, string name, int start, int end, uint count) | QuantConnect.Api.Api | |
ReadLiveInsights(int projectId, int start=0, int end=0) | QuantConnect.Api.Api | |
ReadLiveLogs(int projectId, string algorithmId, int startLine, int endLine) | QuantConnect.Api.Api | |
ReadLiveOrders(int projectId, int start=0, int end=100) | QuantConnect.Api.Api | |
ReadLivePortfolio(int projectId) | QuantConnect.Api.Api | |
ReadOptimization(string optimizationId) | QuantConnect.Api.Api | |
ReadOrganization(string organizationId=null) | QuantConnect.Api.Api | |
ReadProject(int projectId) | QuantConnect.Api.Api | |
ReadProjectFile(int projectId, string fileName) | QuantConnect.Api.Api | |
ReadProjectFiles(int projectId) | QuantConnect.Api.Api | |
ReadProjectNodes(int projectId) | QuantConnect.Api.Api | |
SendNotification(Notification notification, int projectId) | QuantConnect.Api.Api | virtual |
SendStatistics(string algorithmId, decimal unrealized, decimal fees, decimal netProfit, decimal holdings, decimal equity, decimal netReturn, decimal volume, int trades, double sharpe) | QuantConnect.Api.Api | virtual |
SendUserEmail(string algorithmId, string subject, string body) | QuantConnect.Api.Api | virtual |
SerializerSettings | QuantConnect.Api.Api | protected |
SetAlgorithmStatus(string algorithmId, AlgorithmStatus status, string message="") | QuantConnect.Api.Api | virtual |
SetObjectStore(string organizationId, string key, byte[] objectData) | QuantConnect.Api.Api | |
StopLiveAlgorithm(int projectId) | QuantConnect.Api.Api | |
UpdateBacktest(int projectId, string backtestId, string name="", string note="") | QuantConnect.Api.Api | |
UpdateBacktestTags(int projectId, string backtestId, IReadOnlyCollection< string > tags) | QuantConnect.Api.Api | |
UpdateOptimization(string optimizationId, string name=null) | QuantConnect.Api.Api | |
UpdateProjectFileContent(int projectId, string fileName, string newFileContents) | QuantConnect.Api.Api | |
UpdateProjectFileName(int projectId, string oldFileName, string newFileName) | QuantConnect.Api.Api | |
UpdateProjectNodes(int projectId, string[] nodes) | QuantConnect.Api.Api |