Lean  $LEAN_TAG$
QuantConnect.Packets.ErrorHistoryResult Class Reference

Specfies an error message in a history result More...

Inheritance diagram for QuantConnect.Packets.ErrorHistoryResult:
[legend]

Public Member Functions

 ErrorHistoryResult ()
 Default constructor for serializers More...
 
 ErrorHistoryResult (string message)
 Initializes a new instance of the ErrorHistoryResult class More...
 

Public Attributes

string Message
 Gets the error that was encountered More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.Packets.HistoryResult
 HistoryResult (HistoryResultType type)
 Initializes a new instance of the HistoryResult class More...
 
- Properties inherited from QuantConnect.Packets.HistoryResult
HistoryResultType Type [get]
 Gets the type of history result More...
 

Detailed Description

Specfies an error message in a history result

Definition at line 179 of file HistoryPacket.cs.

Constructor & Destructor Documentation

◆ ErrorHistoryResult() [1/2]

QuantConnect.Packets.ErrorHistoryResult.ErrorHistoryResult ( )

Default constructor for serializers

Definition at line 189 of file HistoryPacket.cs.

◆ ErrorHistoryResult() [2/2]

QuantConnect.Packets.ErrorHistoryResult.ErrorHistoryResult ( string  message)

Initializes a new instance of the ErrorHistoryResult class

Parameters
messageThe error message

Definition at line 198 of file HistoryPacket.cs.

Member Data Documentation

◆ Message

string QuantConnect.Packets.ErrorHistoryResult.Message

Gets the error that was encountered

Definition at line 184 of file HistoryPacket.cs.


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