Lean
$LEAN_TAG$
|
Defines a base class for IDataProviderEvents More...
Protected Member Functions | |
DataProviderEventArgs (Symbol symbol) | |
Initializes a new instance of the DataProviderEventArgs class More... | |
Properties | |
Symbol | Symbol [get] |
Gets the symbol being processed that generated the event More... | |
Defines a base class for IDataProviderEvents
Definition at line 26 of file DataProviderEvents.cs.
|
protected |
Initializes a new instance of the DataProviderEventArgs class
symbol | Symbol being processed that generated the event |
Definition at line 37 of file DataProviderEvents.cs.
|
get |
Gets the symbol being processed that generated the event
Definition at line 31 of file DataProviderEvents.cs.