ProviderManager Class
public class ProviderManager
This language is not supported or no code example is available.
public ref class ProviderManager
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
ProviderManager(Framework, IDataSimulator, IExecutionSimulator) | Initializes a new instance of the ProviderManager class. |
Name | Description | |
---|---|---|
DataSimulator | Gets or sets the data simulator. | |
ExecutionSimulator | Gets or sets the execution simulator. | |
Providers | Gets the providers. |
Name | Description | |
---|---|---|
AddProvider(IProvider) | Adds the provider. | |
Clear() | Clears this instance. | |
DisconnectAll() | ||
Dispose() | ||
GetDataProvider(int) | ||
GetDataProvider(string) | ||
GetExecutionProvider(int) | ||
GetExecutionProvider(string) | ||
GetFundamentalProvider(int) | ||
GetFundamentalProvider(string) | ||
GetHistoricalDataProvider(int) | ||
GetHistoricalDataProvider(string) | ||
GetInstrumentProvider(int) | ||
GetInstrumentProvider(string) | ||
GetNewsProvider(int) | ||
GetNewsProvider(string) | ||
GetProvider(string) | Gets the provider. | |
GetProvider(int) | Gets the provider. | |
LoadSettings(IProvider) | ||
RemoveProvider(IProvider) | Removes the provider. | |
SaveSettings(IProvider) | ||
SetDataSimulator(int) | Sets the data simulator. | |
SetDataSimulator(string) | Sets the data simulator. | |
SetExecutionSimulator(int) | Sets the execution simulator. | |
SetExecutionSimulator(string) | Sets the execution simulator. |