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

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

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.

Property Documentation

◆ Added

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

DateTime when added

Definition at line 424 of file Universe.cs.

◆ Security

Security QuantConnect.Data.UniverseSelection.Universe.Member.Security
get

The security that was added

Definition at line 429 of file Universe.cs.

◆ IsInternal

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

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: