Lean  $LEAN_TAG$
QuantConnect.Securities.SecurityEventArgs Class Reference

Defines a base class for Security related events More...

Inheritance diagram for QuantConnect.Securities.SecurityEventArgs:
[legend]

Protected Member Functions

 SecurityEventArgs (Security security)
 Initializes a new instance of the SecurityEventArgs class More...
 

Properties

Security Security [get]
 Gets the security related to this event More...
 

Detailed Description

Defines a base class for Security related events

Definition at line 21 of file SecurityEventArgs.cs.

Constructor & Destructor Documentation

◆ SecurityEventArgs()

QuantConnect.Securities.SecurityEventArgs.SecurityEventArgs ( Security  security)
protected

Initializes a new instance of the SecurityEventArgs class

Parameters
securityThe security

Definition at line 32 of file SecurityEventArgs.cs.

Property Documentation

◆ Security

Security QuantConnect.Securities.SecurityEventArgs.Security
get

Gets the security related to this event

Definition at line 26 of file SecurityEventArgs.cs.


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