FileDataServer Class

Class FileDataServer.
public class FileDataServer : DataServer
This language is not supported or no code example is available.
public ref class FileDataServer : public DataServer^
This language is not supported or no code example is available.
public class FileDataServer 
extends DataServer
This language is not supported or no code example is available.
Name Description
Public constructor FileDataServer(Framework, string, string, int, string, string) Initializes a new instance of the FileDataServer class.
Top
Name Description
Public property TapeMode Gets or sets a value indicating whether [tape mode]. (inherited from DataServer).
Top
Methods
 
Name Description
Public method AddDataSeries(Instrument, byte, BarType, long) Adds the data series.
Public method AddDataSeries(string)
Public method Close() Closes this instance.
Public method DeleteDataSeries(Instrument, byte, BarType, long) Deletes the data series.
Public method DeleteDataSeries(string)
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from DataServer).
Public method Flush()
Public method GetDataSeries(Instrument, byte, BarType, long) Gets the data series.
Public method GetDataSeries(string)
Public method GetDataSeriesList(Instrument, string)
Public method Open() Opens this instance.
Public method Refresh()
Public method Save(Instrument, DataObject, SaveMode, DataSourceId) Saves the specified instrument.
Top
Fields
 
Name Description
Protected field framework (inherited from DataServer).
Protected field tapeMode The tape mode (inherited from DataServer).
Top
OberMind.FileDataServer

In this article

Definition