Lean
$LEAN_TAG$
|
Specfies an error message in a history result More...
Public Member Functions | |
ErrorHistoryResult () | |
Default constructor for serializers More... | |
ErrorHistoryResult (string message) | |
Initializes a new instance of the ErrorHistoryResult class More... | |
Properties | |
string | Message [get, set] |
Gets the error that was encountered More... | |
Properties inherited from QuantConnect.Packets.HistoryResult | |
HistoryResultType | Type [get] |
Gets the type of history result More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.Packets.HistoryResult | |
HistoryResult (HistoryResultType type) | |
Initializes a new instance of the HistoryResult class More... | |
Specfies an error message in a history result
Definition at line 179 of file HistoryPacket.cs.
QuantConnect.Packets.ErrorHistoryResult.ErrorHistoryResult | ( | ) |
Default constructor for serializers
Definition at line 189 of file HistoryPacket.cs.
QuantConnect.Packets.ErrorHistoryResult.ErrorHistoryResult | ( | string | message | ) |
Initializes a new instance of the ErrorHistoryResult class
message | The error message |
Definition at line 198 of file HistoryPacket.cs.
|
getset |
Gets the error that was encountered
Definition at line 184 of file HistoryPacket.cs.