Property | Type | Description | |
---|---|---|---|
framework | |||
tapeMode | bool |
Method | Description | |
---|---|---|
AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
AddDataSeries ( string name ) : |
||
Close ( ) : void | ||
DataServer ( |
||
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 ) : |
||
GetDataSeries ( string name ) : |
||
GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List |
||
Open ( ) : void | ||
Refresh ( ) : void | ||
Save ( Instrument instrument, |
public AddDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
return |
public AddDataSeries ( string name ) : |
||
name | string | |
return |
public DataServer ( |
||
framework | ||
return | System |
public DeleteDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60L ) : void | ||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
return | void |
public DeleteDataSeries ( string name ) : void | ||
name | string | |
return | void |
public GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : |
||
instrument | Instrument | |
type | byte | |
barType | BarType | |
barSize | long | |
return |
public GetDataSeries ( string name ) : |
||
name | string | |
return |
public GetDataSeriesList ( Instrument instrument = null, string pattern = null ) : List |
||
instrument | Instrument | |
pattern | string | |
return | List |
public Save ( Instrument instrument, |
||
instrument | Instrument | |
obj | ||
option | SaveMode | |
return | void |