Struct SecDBFileReader.CandlesMeta
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Financial.Market.SecDb
Assembly: NFX.dll
Syntax
public struct CandlesMeta
  Fields
Candles
Declaration
public readonly SecDBFileReader.CandleHeader[] Candles
  Field Value
| Type | Description | 
|---|---|
| SecDBFileReader.CandleHeader[] | 
File
Declaration
public readonly SecDBFileReader File
  Field Value
| Type | Description | 
|---|---|
| SecDBFileReader | 
Properties
Resolutions
Returns resolution available in the file
Declaration
public IEnumerable<ushort> Resolutions { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.UInt16> |