C# Class FastQuant.DataServer

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

Protected Properties

Свойство Type Description
framework Framework
tapeMode bool

Méthodes publiques

Méthode Description
AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
AddDataSeries ( string name ) : DataSeries
Close ( ) : void
DataServer ( Framework framework ) : System
DeleteDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60L ) : void
DeleteDataSeries ( string name ) : void
Dispose ( ) : void
Flush ( ) : void
GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
GetDataSeries ( string name ) : DataSeries
GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List
Open ( ) : void
Refresh ( ) : void
Save ( Instrument instrument, DataObject obj, SaveMode option = SaveMode.Add ) : void

Method Details

AddDataSeries() public méthode

public AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
instrument Instrument
type byte
barType BarType
barSize long
Résultat DataSeries

AddDataSeries() public méthode

public AddDataSeries ( string name ) : DataSeries
name string
Résultat DataSeries

Close() public méthode

public Close ( ) : void
Résultat void

DataServer() public méthode

public DataServer ( Framework framework ) : System
framework Framework
Résultat System

DeleteDataSeries() public méthode

public DeleteDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60L ) : void
instrument Instrument
type byte
barType BarType
barSize long
Résultat void

DeleteDataSeries() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetDataSeries() public méthode

public GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
instrument Instrument
type byte
barType BarType
barSize long
Résultat DataSeries

GetDataSeries() public méthode

public GetDataSeries ( string name ) : DataSeries
name string
Résultat DataSeries

GetDataSeriesList() public méthode

public GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List
instrument Instrument
pattern string
Résultat List

Open() public méthode

public Open ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Save() public méthode

public Save ( Instrument instrument, DataObject obj, SaveMode option = SaveMode.Add ) : void
instrument Instrument
obj DataObject
option SaveMode
Résultat void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework

tapeMode protected_oe property

protected bool tapeMode
Résultat bool