Lean  $LEAN_TAG$
QuantConnect.Packets.HistoryRequest Class Reference

Specifies request parameters for a single historical request. A HistoryPacket is made of multiple requests for data. These are used to request data during live mode from a data server More...

Properties

DateTime StartTimeUtc [get, set]
 The start time to request data in UTC More...
 
DateTime EndTimeUtc [get, set]
 The end time to request data in UTC More...
 
Symbol Symbol [get, set]
 The symbol to request data for More...
 
Resolution Resolution [get, set]
 The requested resolution More...
 
TickType TickType [get, set]
 The type of data to retrieve More...
 

Detailed Description

Specifies request parameters for a single historical request. A HistoryPacket is made of multiple requests for data. These are used to request data during live mode from a data server

Definition at line 51 of file HistoryPacket.cs.

Property Documentation

◆ StartTimeUtc

DateTime QuantConnect.Packets.HistoryRequest.StartTimeUtc
getset

The start time to request data in UTC

Definition at line 56 of file HistoryPacket.cs.

◆ EndTimeUtc

DateTime QuantConnect.Packets.HistoryRequest.EndTimeUtc
getset

The end time to request data in UTC

Definition at line 61 of file HistoryPacket.cs.

◆ Symbol

Symbol QuantConnect.Packets.HistoryRequest.Symbol
getset

The symbol to request data for

Definition at line 66 of file HistoryPacket.cs.

◆ Resolution

Resolution QuantConnect.Packets.HistoryRequest.Resolution
getset

The requested resolution

Definition at line 71 of file HistoryPacket.cs.

◆ TickType

TickType QuantConnect.Packets.HistoryRequest.TickType
getset

The type of data to retrieve

Definition at line 76 of file HistoryPacket.cs.


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