|
Lean
$LEAN_TAG$
|
New base class for all event classes. More...
Public Member Functions | |
| NewSymbolEventArgs (Symbol @new, Symbol old) | |
| Create an instance of NewSymbolEventArgs More... | |
Properties | |
| Symbol | Old [get] |
| The old symbol instance More... | |
| Symbol | New [get] |
| The new symbol instance More... | |
New base class for all event classes.
Definition at line 417 of file SubscriptionDataConfig.cs.
| QuantConnect.Data.SubscriptionDataConfig.NewSymbolEventArgs.NewSymbolEventArgs | ( | Symbol @ | new, |
| Symbol | old | ||
| ) |
Create an instance of NewSymbolEventArgs
| new | |
| old |
Definition at line 434 of file SubscriptionDataConfig.cs.
|
get |
The old symbol instance
Definition at line 422 of file SubscriptionDataConfig.cs.
|
get |
The new symbol instance
Definition at line 427 of file SubscriptionDataConfig.cs.