|
Lean
$LEAN_TAG$
|
Member of the Universe More...
Public Member Functions | |
| Member (DateTime added, Security security, bool isInternal) | |
| Initialize a new member for the universe More... | |
Properties | |
| DateTime | Added [get] |
| DateTime when added More... | |
| Security | Security [get] |
| The security that was added More... | |
| bool | IsInternal [get] |
| True if the security was added as internal by this universe More... | |
Member of the Universe
Definition at line 419 of file Universe.cs.
| QuantConnect.Data.UniverseSelection.Universe.Member.Member | ( | DateTime | added, |
| Security | security, | ||
| bool | isInternal | ||
| ) |
Initialize a new member for the universe
| added | DateTime added |
| security | Security to add |
| isInternal | True if internal member |
Definition at line 442 of file Universe.cs.
|
get |
DateTime when added
Definition at line 424 of file Universe.cs.
|
get |
The security that was added
Definition at line 429 of file Universe.cs.
|
get |
True if the security was added as internal by this universe
Definition at line 434 of file Universe.cs.