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

Represents security identifier within a date range. More...

Public Member Functions

 SymbolDateRange (Symbol symbol, DateTime startDateTimeLocal, DateTime endDateTimeLocal)
 Create the instance of SymbolDateRange struct. More...
 

Properties

Symbol Symbol [get]
 Represents a unique security identifier. More...
 
DateTime StartDateTimeLocal [get]
 Ticker Start Date Time in Local More...
 
DateTime EndDateTimeLocal [get]
 Ticker End Date Time in Local More...
 

Detailed Description

Represents security identifier within a date range.

Definition at line 24 of file SymbolDateRange.cs.

Constructor & Destructor Documentation

◆ SymbolDateRange()

QuantConnect.Data.Auxiliary.SymbolDateRange.SymbolDateRange ( Symbol  symbol,
DateTime  startDateTimeLocal,
DateTime  endDateTimeLocal 
)

Create the instance of SymbolDateRange struct.

Parameters
symbolThe unique security identifier
startDateTimeLocalStart Date Time Local
endDateTimeLocalEnd Date Time Local

Definition at line 47 of file SymbolDateRange.cs.

Property Documentation

◆ Symbol

Symbol QuantConnect.Data.Auxiliary.SymbolDateRange.Symbol
get

Represents a unique security identifier.

Definition at line 29 of file SymbolDateRange.cs.

◆ StartDateTimeLocal

DateTime QuantConnect.Data.Auxiliary.SymbolDateRange.StartDateTimeLocal
get

Ticker Start Date Time in Local

Definition at line 34 of file SymbolDateRange.cs.

◆ EndDateTimeLocal

DateTime QuantConnect.Data.Auxiliary.SymbolDateRange.EndDateTimeLocal
get

Ticker End Date Time in Local

Definition at line 39 of file SymbolDateRange.cs.


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