Lean
$LEAN_TAG$
|
Specifies the progress of a request More...
Public Member Functions | |
StatusHistoryResult () | |
Default constructor for serializers More... | |
StatusHistoryResult (int progress) | |
Initializes a new instance of the StatusHistoryResult class More... | |
Properties | |
int | Progress [get, set] |
Gets the progress of the request 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... | |
Specifies the progress of a request
Definition at line 208 of file HistoryPacket.cs.
QuantConnect.Packets.StatusHistoryResult.StatusHistoryResult | ( | ) |
Default constructor for serializers
Definition at line 218 of file HistoryPacket.cs.
QuantConnect.Packets.StatusHistoryResult.StatusHistoryResult | ( | int | progress | ) |
Initializes a new instance of the StatusHistoryResult class
progress | The progress, from 0 to 100 |
Definition at line 227 of file HistoryPacket.cs.
|
getset |
Gets the progress of the request
Definition at line 213 of file HistoryPacket.cs.