SymbolListsProvider Class (Component)
The SymbolListsProvider is used to programmatically access symbol lists in the TradeStation Platform. This includes TradeStation server lists (like the Dow 30 list maintained by TradeStation) and your custom symbol lists found in the \Documents\TradeStation 10.0\CustomSymbolLists folder.
For general information about providers, refer to Provider
Classes.
Namespace: tsdata.marketdata
|
Name |
Description |
|
CloseProvider() |
Closes the connection to the provider. Equivalent to setting .Load = false. |
|
Create() |
Initializes a new instance of the class. |
|
LoadProvider() |
Opens the connection to the provider, starting the loading of any requested data. Equivalent to setting .Load = true. |
|
Name |
Description |
 |
StateChanged |
Occurs when the State property of the provider changes. See StateChangedEventArgs for the properties supplied as arguments when this event fires. |