Lean
$LEAN_TAG$
|
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... | |
Represents security identifier within a date range.
Definition at line 24 of file SymbolDateRange.cs.
QuantConnect.Data.Auxiliary.SymbolDateRange.SymbolDateRange | ( | Symbol | symbol, |
DateTime | startDateTimeLocal, | ||
DateTime | endDateTimeLocal | ||
) |
Create the instance of SymbolDateRange struct.
symbol | The unique security identifier |
startDateTimeLocal | Start Date Time Local |
endDateTimeLocal | End Date Time Local |
Definition at line 47 of file SymbolDateRange.cs.
|
get |
Represents a unique security identifier.
Definition at line 29 of file SymbolDateRange.cs.
|
get |
Ticker Start Date Time in Local
Definition at line 34 of file SymbolDateRange.cs.
|
get |
Ticker End Date Time in Local
Definition at line 39 of file SymbolDateRange.cs.