Lean
$LEAN_TAG$
|
Packet for history jobs More...
Public Member Functions | |
HistoryPacket () | |
Initializes a new instance of the HistoryPacket class More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
Packet (PacketType type) | |
Initialize the base class and setup the packet type. More... | |
Properties | |
string | QueueName [get, set] |
The queue where the data should be sent More... | |
List< HistoryRequest > | Requests = new List<HistoryRequest>() [get, set] |
The individual requests to be processed More... | |
Properties inherited from QuantConnect.Packets.Packet | |
PacketType | Type = PacketType.None [get, set] |
Packet type defined by a string enum More... | |
virtual string | Channel = "" [get, set] |
User unique specific channel endpoint to send the packets More... | |
Packet for history jobs
Definition at line 25 of file HistoryPacket.cs.
QuantConnect.Packets.HistoryPacket.HistoryPacket | ( | ) |
Initializes a new instance of the HistoryPacket class
Definition at line 40 of file HistoryPacket.cs.
|
getset |
The queue where the data should be sent
Definition at line 30 of file HistoryPacket.cs.
|
getset |
The individual requests to be processed
Definition at line 35 of file HistoryPacket.cs.