Lean  $LEAN_TAG$
QuantConnect.Messages.FileCommandHandler Class Reference

Provides user-facing messages for the Commands.FileCommandHandler class and its consumers or related classes More...

Static Public Member Functions

static string ReadingCommandFile (string commandFilePath)
 Returns a string message saying the given commandFilePath is being read More...
 
static string CommandFileDoesNotExist (string commandFilePath)
 Returns a string message saying the given commandFilePath does not exists More...
 

Static Public Attributes

static string NullOrEmptyCommandId = "Command Id is null or empty, will skip writing result file"
 Returns a string message saying: Command Id is null or empty, will skip writing result file More...
 

Detailed Description

Provides user-facing messages for the Commands.FileCommandHandler class and its consumers or related classes

Definition at line 58 of file Messages.Commands.cs.

Member Function Documentation

◆ ReadingCommandFile()

static string QuantConnect.Messages.FileCommandHandler.ReadingCommandFile ( string  commandFilePath)
static

Returns a string message saying the given commandFilePath is being read

Definition at line 69 of file Messages.Commands.cs.

◆ CommandFileDoesNotExist()

static string QuantConnect.Messages.FileCommandHandler.CommandFileDoesNotExist ( string  commandFilePath)
static

Returns a string message saying the given commandFilePath does not exists

Definition at line 78 of file Messages.Commands.cs.

Member Data Documentation

◆ NullOrEmptyCommandId

string QuantConnect.Messages.FileCommandHandler.NullOrEmptyCommandId = "Command Id is null or empty, will skip writing result file"
static

Returns a string message saying: Command Id is null or empty, will skip writing result file

Definition at line 63 of file Messages.Commands.cs.


The documentation for this class was generated from the following file: