|
Lean
$LEAN_TAG$
|
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... | |
Represents stock data for a specific ticker within a date range.
Definition at line 25 of file TickerDateRange.cs.
| QuantConnect.Data.Auxiliary.TickerDateRange.TickerDateRange | ( | string | ticker, |
| DateTime | startDateTimeLocal, | ||
| DateTime | endDateTimeLocal | ||
| ) |
Create the instance of TickerDateRange struct.
| ticker | Name of ticker |
| startDateTimeLocal | Start Date Time Local |
| endDateTimeLocal | End Date Time Local |
Definition at line 48 of file TickerDateRange.cs.
|
get |
Ticker simple name of stock
Definition at line 30 of file TickerDateRange.cs.
|
get |
Ticker Start Date Time in Local
Definition at line 35 of file TickerDateRange.cs.
|
get |
Ticker End Date Time in Local
Definition at line 40 of file TickerDateRange.cs.