Lean  $LEAN_TAG$
QuantConnect.Messages.SymbolValueJsonConverter Class Reference

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

Static Public Attributes

static string ConverterIsWriteOnly = "The SymbolValueJsonConverter is write-only."
 String message saying converter is write only More...
 
static string ConverterIsIntendedToBeDirectlyDecoratedInMember
 String message saying converter is intended to be directly decorated in member More...
 

Detailed Description

Provides user-facing messages for the QuantConnect.SymbolValueJsonConverter class and its consumers or related classes

Definition at line 897 of file Messages.QuantConnect.cs.

Member Data Documentation

◆ ConverterIsWriteOnly

string QuantConnect.Messages.SymbolValueJsonConverter.ConverterIsWriteOnly = "The SymbolValueJsonConverter is write-only."
static

String message saying converter is write only

Definition at line 902 of file Messages.QuantConnect.cs.

◆ ConverterIsIntendedToBeDirectlyDecoratedInMember

string QuantConnect.Messages.SymbolValueJsonConverter.ConverterIsIntendedToBeDirectlyDecoratedInMember
static
Initial value:
=
"The SymbolValueJsonConverter is intended to be decorated on the appropriate member directly."

String message saying converter is intended to be directly decorated in member

Definition at line 907 of file Messages.QuantConnect.cs.


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