Lean
$LEAN_TAG$
|
Class contains trading events associated with particular day in TradingCalendar More...
Properties | |
DateTime | Date [get, set] |
The date that this instance is associated with More... | |
bool | BusinessDay [get, set] |
Property returns true, if the day is a business day More... | |
bool | PublicHoliday [get, set] |
Property returns true, if the day is a public holiday More... | |
bool | Weekend [get, set] |
Property returns true, if the day is a weekend More... | |
IEnumerable< Symbol > | OptionExpirations [get, set] |
Property returns the list of options (among currently traded) that expire on this day More... | |
IEnumerable< Symbol > | FutureExpirations [get, set] |
Property returns the list of futures (among currently traded) that expire on this day More... | |
IEnumerable< Symbol > | FutureRolls [get, set] |
Property returns the list of futures (among currently traded) that roll forward on this day More... | |
IEnumerable< Symbol > | SymbolDelistings [get, set] |
Property returns the list of symbols (among currently traded) that are delisted on this day More... | |
IEnumerable< Symbol > | EquityDividends [get, set] |
Property returns the list of symbols (among currently traded) that have ex-dividend date on this day More... | |
Class contains trading events associated with particular day in TradingCalendar
Definition at line 79 of file TradingDay.cs.
|
getset |
The date that this instance is associated with
Definition at line 84 of file TradingDay.cs.
|
getset |
Property returns true, if the day is a business day
Definition at line 89 of file TradingDay.cs.
|
getset |
Property returns true, if the day is a public holiday
Definition at line 94 of file TradingDay.cs.
|
getset |
Property returns true, if the day is a weekend
Definition at line 99 of file TradingDay.cs.
|
getset |
Property returns the list of options (among currently traded) that expire on this day
Definition at line 104 of file TradingDay.cs.
|
getset |
Property returns the list of futures (among currently traded) that expire on this day
Definition at line 109 of file TradingDay.cs.
|
getset |
Property returns the list of futures (among currently traded) that roll forward on this day
Not used yet. For future use.
Definition at line 115 of file TradingDay.cs.
|
getset |
Property returns the list of symbols (among currently traded) that are delisted on this day
Not used yet. For future use.
Definition at line 121 of file TradingDay.cs.
|
getset |
Property returns the list of symbols (among currently traded) that have ex-dividend date on this day
Not used yet. For future use.
Definition at line 127 of file TradingDay.cs.