Lean  $LEAN_TAG$
QuantConnect.Data.UniverseSelection.Universe.Member Class Reference

Member of the Universe More...

Public Member Functions

 Member (DateTime added, Security security, bool isInternal)
 Initialize a new member for the universe More...
 

Public Attributes

readonly DateTime Added
 DateTime when added More...
 
readonly Security Security
 The security that was added More...
 
readonly bool IsInternal
 True if the security was added as internal by this universe More...
 

Detailed Description

Member of the Universe

Definition at line 419 of file Universe.cs.

Constructor & Destructor Documentation

◆ Member()

QuantConnect.Data.UniverseSelection.Universe.Member.Member ( DateTime  added,
Security  security,
bool  isInternal 
)

Initialize a new member for the universe

Parameters
addedDateTime added
securitySecurity to add
isInternalTrue if internal member

Definition at line 442 of file Universe.cs.

Member Data Documentation

◆ Added

readonly DateTime QuantConnect.Data.UniverseSelection.Universe.Member.Added

DateTime when added

Definition at line 424 of file Universe.cs.

◆ Security

readonly Security QuantConnect.Data.UniverseSelection.Universe.Member.Security

The security that was added

Definition at line 429 of file Universe.cs.

◆ IsInternal

readonly bool QuantConnect.Data.UniverseSelection.Universe.Member.IsInternal

True if the security was added as internal by this universe

Definition at line 434 of file Universe.cs.


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