Lean  $LEAN_TAG$
QuantConnect.Data.SubscriptionDataConfig.NewSymbolEventArgs Class Reference
Inheritance diagram for QuantConnect.Data.SubscriptionDataConfig.NewSymbolEventArgs:
[legend]

Public Member Functions

 NewSymbolEventArgs (Symbol @new, Symbol old)
 

Properties

Symbol Old [get]
 The old symbol instance More...
 
Symbol New [get]
 The new symbol instance More...
 

Detailed Description

Definition at line 404 of file SubscriptionDataConfig.cs.

Property Documentation

◆ Old

Symbol QuantConnect.Data.SubscriptionDataConfig.NewSymbolEventArgs.Old
get

The old symbol instance

Definition at line 409 of file SubscriptionDataConfig.cs.

◆ New

Symbol QuantConnect.Data.SubscriptionDataConfig.NewSymbolEventArgs.New
get

The new symbol instance

Definition at line 414 of file SubscriptionDataConfig.cs.


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