SymbolFreq class.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class SymbolFreq |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class SymbolFreq |
| Visual C++ |
|---|
[SerializableAttribute] public ref class SymbolFreq |
Remarks
This class simply pairs a Symbol and data frequency. This is commonly
used in situations where data is loaded or stored. Since the same symbol
can contain data for different frequencies, this allows the data to be
uniquely identified.