|
Lean
$LEAN_TAG$
|
Event arguments for the NewTradableDate event More...
Public Member Functions | |
| NewTradableDateEventArgs (DateTime date, BaseData lastBaseData, Symbol symbol, decimal? lastRawPrice) | |
| Initializes a new instance of the NewTradableDateEventArgs class More... | |
Properties | |
| DateTime | Date [get] |
| The new tradable date More... | |
| BaseData | LastBaseData [get] |
| The last BaseData of the Security for which we are enumerating More... | |
| decimal? | LastRawPrice [get] |
| The last raw security price we have More... | |
Properties inherited from QuantConnect.DataProviderEventArgs | |
| Symbol | Symbol [get] |
| Gets the symbol being processed that generated the event More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.DataProviderEventArgs | |
| DataProviderEventArgs (Symbol symbol) | |
| Initializes a new instance of the DataProviderEventArgs class More... | |
Event arguments for the NewTradableDate event
Definition at line 170 of file DataProviderEvents.cs.
| QuantConnect.NewTradableDateEventArgs.NewTradableDateEventArgs | ( | DateTime | date, |
| BaseData | lastBaseData, | ||
| Symbol | symbol, | ||
| decimal? | lastRawPrice | ||
| ) |
Initializes a new instance of the NewTradableDateEventArgs class
| date | The new tradable date |
| lastBaseData | The last BaseData of the Security for which we are enumerating |
| symbol | The Symbol of the new tradable date |
| lastRawPrice | The last raw security price we have |
Definition at line 196 of file DataProviderEvents.cs.
|
get |
The new tradable date
Definition at line 175 of file DataProviderEvents.cs.
|
get |
The last BaseData of the Security for which we are enumerating
Definition at line 181 of file DataProviderEvents.cs.
|
get |
The last raw security price we have
Definition at line 186 of file DataProviderEvents.cs.