DataManager Class

Class DataManager.
public class DataManager
This language is not supported or no code example is available.
public ref class DataManager 
This language is not supported or no code example is available.
public class DataManager
This language is not supported or no code example is available.
Name Description
Public constructor DataManager(Framework, DataServer) Initializes a new instance of the DataManager class.
Top
Name Description
Public property Server
Top
Methods
 
Name Description
Public method AddDataSeries(Instrument, byte)
Public method AddDataSeries(Instrument, byte, BarType, long)
Public method AddDataSeries(string)
Public method AddTimeSeries(string)
Public method Clear() Clears this instance.
Public method DeleteDataSeries(Instrument, byte, BarType, long)
Public method DeleteDataSeries(string)
Public method DeleteDataSeries(string, byte, BarType, long)
Public method Dispose()
Public method Dump()
Public method GetAggregatedLevel2Snapshot(Instrument, byte[])
Public method GetAggregatedLevel2Snapshot(int, byte[])
Public method GetAggregatedLevel2Update(Instrument, ref Level2Snapshot, byte[])
Public method GetAggregatedLevel2Update(int, ref Level2Snapshot, byte[])
Public method GetAggregatedQuote(Instrument, int, byte[])
Public method GetAggregatedQuote(int, int, byte[])
Public method GetAsk(Instrument) Gets the ask.
Public method GetAsk(Instrument, byte)
Public method GetAsk(int)
Public method GetAsk(int, byte)
Public method GetBar(Instrument) Gets the bar.
Public method GetBar(int)
Public method GetBid(Instrument) Gets the bid.
Public method GetBid(Instrument, byte)
Public method GetBid(int)
Public method GetBid(int, byte)
Public method GetDataSeries(Instrument, byte, BarType, long)
Public method GetDataSeries(string)
Public method GetDataSeries(string, byte, BarType, long)
Public method GetDataSeriesList(Instrument, string)
Public method GetHistoricalAsks(IHistoricalDataProvider, Instrument, DateTime, DateTime)
Public method GetHistoricalAsks(Instrument)
Public method GetHistoricalAsks(Instrument, DateTime, DateTime)
Public method GetHistoricalAsks(string, string, DateTime, DateTime)
Public method GetHistoricalAsks(string)
Public method GetHistoricalAsks(string, DateTime, DateTime)
Public method GetHistoricalBars(IHistoricalDataProvider, Instrument, DateTime, DateTime, BarType, long, Nullable<Int32>)
Public method GetHistoricalBars(Instrument, BarType, long)
Public method GetHistoricalBars(Instrument, DateTime, DateTime, BarType, long)
Public method GetHistoricalBars(string, Instrument, DateTime, DateTime, BarType, long)
Public method GetHistoricalBars(string, string, DateTime, DateTime, BarType, long)
Public method GetHistoricalBars(string, BarType, long)
Public method GetHistoricalBars(string, DateTime, DateTime, BarType, long)
Public method GetHistoricalBids(IHistoricalDataProvider, Instrument, DateTime, DateTime)
Public method GetHistoricalBids(Instrument)
Public method GetHistoricalBids(Instrument, DateTime, DateTime)
Public method GetHistoricalBids(string, string, DateTime, DateTime)
Public method GetHistoricalBids(string)
Public method GetHistoricalBids(string, DateTime, DateTime)
Public method GetHistoricalFundamentals(IHistoricalDataProvider, Instrument, DateTime, DateTime)
Public method GetHistoricalFundamentals(Instrument, Nullable<Byte>, Nullable<DateTime>, Nullable<DateTime>)
Public method GetHistoricalQuotes(IHistoricalDataProvider, Instrument)
Public method GetHistoricalQuotes(IHistoricalDataProvider, Instrument, DateTime, DateTime)
Public method GetHistoricalSnapshots(Instrument, Nullable<Byte>, Nullable<DateTime>, Nullable<DateTime>)
Public method GetHistoricalTicks(IHistoricalDataProvider, TickType, Instrument, DateTime, DateTime)
Public method GetHistoricalTicks(TickType, Instrument)
Public method GetHistoricalTicks(TickType, Instrument, DateTime, DateTime)
Public method GetHistoricalTicks(TickType, string)
Public method GetHistoricalTicks(TickType, string, DateTime, DateTime)
Public method GetHistoricalTrades(IHistoricalDataProvider, Instrument, DateTime, DateTime)
Public method GetHistoricalTrades(Instrument)
Public method GetHistoricalTrades(Instrument, DateTime, DateTime)
Public method GetHistoricalTrades(string, Instrument, DateTime, DateTime)
Public method GetHistoricalTrades(string, string, DateTime, DateTime)
Public method GetHistoricalTrades(string)
Public method GetHistoricalTrades(string, DateTime, DateTime)
Public method GetLevel2Snapshot(Instrument, byte, int)
Public method GetLevel2Snapshot(int, byte, int)
Public method GetLevel2Update(Instrument, byte, int, ref Level2Snapshot)
Public method GetLevel2Update(int, byte, int, ref Level2Snapshot)
Public method GetQuote(Instrument, byte, int)
Public method GetQuote(int, byte, int)
Public method GetTimeSeries(string)
Public method GetTrade(Instrument) Gets the trade.
Public method GetTrade(Instrument, byte)
Public method GetTrade(int)
Public method GetTrade(int, byte)
Public method Save(Bar, SaveMode)
Public method Save(BarSeries, SaveMode)
Public method Save(Fundamental, SaveMode)
Public method Save(Instrument, DataObject, SaveMode)
Public method Save(Instrument, IDataSeries, SaveMode)
Public method Save(Level2, SaveMode)
Public method Save(Level2Snapshot, SaveMode)
Public method Save(Level2Update, SaveMode)
Public method Save(News, SaveMode)
Public method Save(Quote, SaveMode)
Public method Save(Tick, SaveMode)
Public method Save(TickSeries, SaveMode)
Public method Save(int, DataObject, SaveMode)
Public method Save(string, DataObject, SaveMode)
Top

In this article

Definition