Creates a new DataFrameBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected DataFrameBase( DataCellCollection cells, Ticks timestamp, IConfigurationFrame configurationFrame )
Protected Sub New ( _ cells As DataCellCollection, _ timestamp As Ticks, _ configurationFrame As IConfigurationFrame _ )
protected: DataFrameBase( DataCellCollection^ cells, Ticks timestamp, IConfigurationFrame^ configurationFrame )
Parameters
- cells (DataCellCollection)
- The reference to the collection of cells for this DataFrameBase.
- timestamp (Ticks)
- The exact timestamp, in Ticks, of the data represented by this DataFrameBase.
- configurationFrame (IConfigurationFrame)
- The IConfigurationFrame associated with this DataFrameBase.