C# 클래스 FastQuant.DataServer

상속: IDisposable
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
framework Framework
tapeMode bool

공개 메소드들

메소드 설명
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

메소드 상세

AddDataSeries() 공개 메소드

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

AddDataSeries() 공개 메소드

public AddDataSeries ( string name ) : DataSeries
name string
리턴 DataSeries

Close() 공개 메소드

public Close ( ) : void
리턴 void

DataServer() 공개 메소드

public DataServer ( Framework framework ) : System
framework Framework
리턴 System

DeleteDataSeries() 공개 메소드

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

DeleteDataSeries() 공개 메소드

public DeleteDataSeries ( string name ) : void
name string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetDataSeries() 공개 메소드

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

GetDataSeries() 공개 메소드

public GetDataSeries ( string name ) : DataSeries
name string
리턴 DataSeries

GetDataSeriesList() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Save() 공개 메소드

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

프로퍼티 상세

framework 보호되어 있는 프로퍼티

protected Framework,FastQuant framework
리턴 Framework

tapeMode 보호되어 있는 프로퍼티

protected bool tapeMode
리턴 bool