Lean  $LEAN_TAG$
QuantConnect.NewTradableDateEventArgs Class Reference

Event arguments for the NewTradableDate event More...

Inheritance diagram for QuantConnect.NewTradableDateEventArgs:
[legend]

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...
 

Detailed Description

Event arguments for the NewTradableDate event

Definition at line 170 of file DataProviderEvents.cs.

Constructor & Destructor Documentation

◆ NewTradableDateEventArgs()

QuantConnect.NewTradableDateEventArgs.NewTradableDateEventArgs ( DateTime  date,
BaseData  lastBaseData,
Symbol  symbol,
decimal?  lastRawPrice 
)

Initializes a new instance of the NewTradableDateEventArgs class

Parameters
dateThe new tradable date
lastBaseDataThe last BaseData of the Security for which we are enumerating
symbolThe Symbol of the new tradable date
lastRawPriceThe last raw security price we have

Definition at line 196 of file DataProviderEvents.cs.

Property Documentation

◆ Date

DateTime QuantConnect.NewTradableDateEventArgs.Date
get

The new tradable date

Definition at line 175 of file DataProviderEvents.cs.

◆ LastBaseData

BaseData QuantConnect.NewTradableDateEventArgs.LastBaseData
get

The last BaseData of the Security for which we are enumerating

Definition at line 181 of file DataProviderEvents.cs.

◆ LastRawPrice

decimal? QuantConnect.NewTradableDateEventArgs.LastRawPrice
get

The last raw security price we have

Definition at line 186 of file DataProviderEvents.cs.


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