Retrieves a data accessor for bar data.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
IDataAccessor<BarData> GetBarStorage( SymbolFreq symbol ) |
| Visual Basic (Declaration) |
|---|
Function GetBarStorage ( _ symbol As SymbolFreq _ ) As IDataAccessor(Of BarData) |
| Visual C++ |
|---|
IDataAccessor<BarData^>^ GetBarStorage( SymbolFreq^ symbol ) |
Parameters
- symbol
- Type: RightEdge.Common..::.SymbolFreq
SymbolFreq instance specifying the symbol and the frequency.