Lean  $LEAN_TAG$
QuantConnect.Packets.HistoryResult Class Reference

Provides a container for results from history requests. This contains the file path relative to the /Data folder where the data can be written More...

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

Protected Member Functions

 HistoryResult (HistoryResultType type)
 Initializes a new instance of the HistoryResult class More...
 

Properties

HistoryResultType Type [get]
 Gets the type of history result More...
 

Detailed Description

Provides a container for results from history requests. This contains the file path relative to the /Data folder where the data can be written

Definition at line 109 of file HistoryPacket.cs.

Constructor & Destructor Documentation

◆ HistoryResult()

QuantConnect.Packets.HistoryResult.HistoryResult ( HistoryResultType  type)
protected

Initializes a new instance of the HistoryResult class

Parameters
typeThe type of history result

Definition at line 120 of file HistoryPacket.cs.

Property Documentation

◆ Type

HistoryResultType QuantConnect.Packets.HistoryResult.Type
get

Gets the type of history result

Definition at line 114 of file HistoryPacket.cs.


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