Creates a new DataFrame from specified parameters.

C# | Visual Basic | Visual C++ |
public DataFrame( Ticks timestamp )
Public Sub New ( _ timestamp As Ticks _ )
public: DataFrame( Ticks timestamp )

- timestamp (Ticks)
- The exact timestamp, in Ticks, of the data represented by this DataFrame.

This constructor is used by a consumer to generate a Macrodyne data frame.