Lean  $LEAN_TAG$
QuantConnect.Data.Auxiliary.TickerDateRange Struct Reference

Represents stock data for a specific ticker within a date range. More...

Public Member Functions

 TickerDateRange (string ticker, DateTime startDateTimeLocal, DateTime endDateTimeLocal)
 Create the instance of TickerDateRange struct. More...
 

Properties

string Ticker [get]
 Ticker simple name of stock More...
 
DateTime StartDateTimeLocal [get]
 Ticker Start Date Time in Local More...
 
DateTime EndDateTimeLocal [get]
 Ticker End Date Time in Local More...
 

Detailed Description

Represents stock data for a specific ticker within a date range.

Definition at line 25 of file TickerDateRange.cs.

Constructor & Destructor Documentation

◆ TickerDateRange()

QuantConnect.Data.Auxiliary.TickerDateRange.TickerDateRange ( string  ticker,
DateTime  startDateTimeLocal,
DateTime  endDateTimeLocal 
)

Create the instance of TickerDateRange struct.

Parameters
tickerName of ticker
startDateTimeLocalStart Date Time Local
endDateTimeLocalEnd Date Time Local

Definition at line 48 of file TickerDateRange.cs.

Property Documentation

◆ Ticker

string QuantConnect.Data.Auxiliary.TickerDateRange.Ticker
get

Ticker simple name of stock

Definition at line 30 of file TickerDateRange.cs.

◆ StartDateTimeLocal

DateTime QuantConnect.Data.Auxiliary.TickerDateRange.StartDateTimeLocal
get

Ticker Start Date Time in Local

Definition at line 35 of file TickerDateRange.cs.

◆ EndDateTimeLocal

DateTime QuantConnect.Data.Auxiliary.TickerDateRange.EndDateTimeLocal
get

Ticker End Date Time in Local

Definition at line 40 of file TickerDateRange.cs.


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