C# Class FastQuant.ProviderManager

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
AddProvider ( IProvider provider ) : void
Clear ( ) : void
DisconnectAll ( ) : void
Dispose ( ) : void
GetDataProvider ( int id ) : IDataProvider
GetDataProvider ( string name ) : IDataProvider
GetExecutionProvider ( int id ) : IExecutionProvider
GetExecutionProvider ( string name ) : IExecutionProvider
GetFundamentalProvider ( int id ) : IFundamentalProvider
GetFundamentalProvider ( string name ) : IFundamentalProvider
GetHistoricalDataProvider ( int id ) : IHistoricalDataProvider
GetHistoricalDataProvider ( string name ) : IHistoricalDataProvider
GetInstrumentProvider ( int id ) : IInstrumentProvider
GetInstrumentProvider ( string name ) : IInstrumentProvider
GetNewsProvider ( int id ) : INewsProvider
GetNewsProvider ( string name ) : INewsProvider
GetProvider ( int id ) : IProvider
GetProvider ( string name ) : IProvider
LoadSettings ( IProvider provider ) : void
ProviderManager ( Framework framework, IDataSimulator dataSimulator = null, IExecutionSimulator executionSimulator = null ) : System
SaveSettings ( IProvider provider ) : void
SetDataSimulator ( int id ) : void
SetDataSimulator ( string name ) : void
SetExecutionSimulator ( int id ) : void
SetExecutionSimulator ( string name ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddProvider() public méthode

public AddProvider ( IProvider provider ) : void
provider IProvider
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DisconnectAll() public méthode

public DisconnectAll ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDataProvider() public méthode

public GetDataProvider ( int id ) : IDataProvider
id int
Résultat IDataProvider

GetDataProvider() public méthode

public GetDataProvider ( string name ) : IDataProvider
name string
Résultat IDataProvider

GetExecutionProvider() public méthode

public GetExecutionProvider ( int id ) : IExecutionProvider
id int
Résultat IExecutionProvider

GetExecutionProvider() public méthode

public GetExecutionProvider ( string name ) : IExecutionProvider
name string
Résultat IExecutionProvider

GetFundamentalProvider() public méthode

public GetFundamentalProvider ( int id ) : IFundamentalProvider
id int
Résultat IFundamentalProvider

GetFundamentalProvider() public méthode

public GetFundamentalProvider ( string name ) : IFundamentalProvider
name string
Résultat IFundamentalProvider

GetHistoricalDataProvider() public méthode

public GetHistoricalDataProvider ( int id ) : IHistoricalDataProvider
id int
Résultat IHistoricalDataProvider

GetHistoricalDataProvider() public méthode

public GetHistoricalDataProvider ( string name ) : IHistoricalDataProvider
name string
Résultat IHistoricalDataProvider

GetInstrumentProvider() public méthode

public GetInstrumentProvider ( int id ) : IInstrumentProvider
id int
Résultat IInstrumentProvider

GetInstrumentProvider() public méthode

public GetInstrumentProvider ( string name ) : IInstrumentProvider
name string
Résultat IInstrumentProvider

GetNewsProvider() public méthode

public GetNewsProvider ( int id ) : INewsProvider
id int
Résultat INewsProvider

GetNewsProvider() public méthode

public GetNewsProvider ( string name ) : INewsProvider
name string
Résultat INewsProvider

GetProvider() public méthode

public GetProvider ( int id ) : IProvider
id int
Résultat IProvider

GetProvider() public méthode

public GetProvider ( string name ) : IProvider
name string
Résultat IProvider

LoadSettings() public méthode

public LoadSettings ( IProvider provider ) : void
provider IProvider
Résultat void

ProviderManager() public méthode

public ProviderManager ( Framework framework, IDataSimulator dataSimulator = null, IExecutionSimulator executionSimulator = null ) : System
framework Framework
dataSimulator IDataSimulator
executionSimulator IExecutionSimulator
Résultat System

SaveSettings() public méthode

public SaveSettings ( IProvider provider ) : void
provider IProvider
Résultat void

SetDataSimulator() public méthode

public SetDataSimulator ( int id ) : void
id int
Résultat void

SetDataSimulator() public méthode

public SetDataSimulator ( string name ) : void
name string
Résultat void

SetExecutionSimulator() public méthode

public SetExecutionSimulator ( int id ) : void
id int
Résultat void

SetExecutionSimulator() public méthode

public SetExecutionSimulator ( string name ) : void
name string
Résultat void