C# Class FastQuant.DataServer

Inheritance: IDisposable
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
framework Framework
tapeMode bool

Public Methods

Method 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 method

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

AddDataSeries() public method

public AddDataSeries ( string name ) : DataSeries
name string
return DataSeries

Close() public method

public Close ( ) : void
return void

DataServer() public method

public DataServer ( Framework framework ) : System
framework Framework
return System

DeleteDataSeries() public method

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

DeleteDataSeries() public method

public DeleteDataSeries ( string name ) : void
name string
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

GetDataSeries() public method

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

GetDataSeries() public method

public GetDataSeries ( string name ) : DataSeries
name string
return DataSeries

GetDataSeriesList() public method

public GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List
instrument Instrument
pattern string
return List

Open() public method

public Open ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

Save() public method

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

Property Details

framework protected_oe property

protected Framework,FastQuant framework
return Framework

tapeMode protected_oe property

protected bool tapeMode
return bool