Lean  $LEAN_TAG$
QuantConnect.Packets.HistoryPacket Class Reference

Packet for history jobs More...

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

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< HistoryRequestRequests = 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...
 

Detailed Description

Packet for history jobs

Definition at line 25 of file HistoryPacket.cs.

Constructor & Destructor Documentation

◆ HistoryPacket()

QuantConnect.Packets.HistoryPacket.HistoryPacket ( )

Initializes a new instance of the HistoryPacket class

Definition at line 40 of file HistoryPacket.cs.

Property Documentation

◆ QueueName

string QuantConnect.Packets.HistoryPacket.QueueName
getset

The queue where the data should be sent

Definition at line 30 of file HistoryPacket.cs.

◆ Requests

List<HistoryRequest> QuantConnect.Packets.HistoryPacket.Requests = new List<HistoryRequest>()
getset

The individual requests to be processed

Definition at line 35 of file HistoryPacket.cs.


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