메소드 | 설명 | |
---|---|---|
AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
AddDataSeries ( string name ) : |
||
Close ( ) : void | ||
DeleteDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : void | ||
DeleteDataSeries ( string name ) : void | ||
FileDataServer ( |
||
Flush ( ) : void | ||
GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
GetDataSeries ( string name ) : |
||
GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List |
||
Open ( ) : void | ||
Refresh ( ) : void | ||
Save ( Instrument instrument, |
메소드 | 설명 | |
---|---|---|
CreateDataSeries ( string name ) : |
||
GetBarDataSeriesInCache ( Instrument instrument, BarType barType, long barSize, bool createNotExist ) : |
public AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
리턴 |
public DeleteDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : void | ||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
리턴 | void |
public FileDataServer ( |
||
framework | ||
fileName | string | |
host | string | |
port | int | |
리턴 | System.Collections.Generic |
public GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
리턴 |
public GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List |
||
instrument | Instrument | |
pattern | string | |
리턴 | List |
public Save ( Instrument instrument, |
||
instrument | Instrument | |
obj | ||
option | SaveMode | |
리턴 | void |