Lean  $LEAN_TAG$
QuantConnect.Packets.StatusHistoryResult Class Reference

Specifies the progress of a request More...

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

Public Member Functions

 StatusHistoryResult ()
 Default constructor for serializers More...
 
 StatusHistoryResult (int progress)
 Initializes a new instance of the StatusHistoryResult class More...
 

Public Attributes

int Progress
 Gets the progress of the request 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

Specifies the progress of a request

Definition at line 208 of file HistoryPacket.cs.

Constructor & Destructor Documentation

◆ StatusHistoryResult() [1/2]

QuantConnect.Packets.StatusHistoryResult.StatusHistoryResult ( )

Default constructor for serializers

Definition at line 218 of file HistoryPacket.cs.

◆ StatusHistoryResult() [2/2]

QuantConnect.Packets.StatusHistoryResult.StatusHistoryResult ( int  progress)

Initializes a new instance of the StatusHistoryResult class

Parameters
progressThe progress, from 0 to 100

Definition at line 227 of file HistoryPacket.cs.

Member Data Documentation

◆ Progress

int QuantConnect.Packets.StatusHistoryResult.Progress

Gets the progress of the request

Definition at line 213 of file HistoryPacket.cs.


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