Struct SecDBFileReader.CandleData
Represents OHLC sample from the file
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)
Assembly: Azos.dll
Syntax
Fields
BuyVolume
Declaration
public readonly int BuyVolume
Field Value
Type |
Description |
System.Int32 |
|
BYTE_SIZE
Declaration
public const int BYTE_SIZE = 32
Field Value
Type |
Description |
System.Int32 |
|
CloseSteps
Declaration
public readonly int CloseSteps
Field Value
Type |
Description |
System.Int32 |
|
File
File that the header is from
Declaration
public readonly SecDBFileReader File
Field Value
FirstStreamOffset
Declaration
public readonly ulong FirstStreamOffset
Field Value
Type |
Description |
System.UInt64 |
|
HighSteps
Declaration
public readonly int HighSteps
Field Value
Type |
Description |
System.Int32 |
|
LowSteps
Declaration
public readonly int LowSteps
Field Value
Type |
Description |
System.Int32 |
|
OpenSteps
Declaration
public readonly int OpenSteps
Field Value
Type |
Description |
System.Int32 |
|
SampleNumber
Declaration
public readonly int SampleNumber
Field Value
Type |
Description |
System.Int32 |
|
SellVolume
Declaration
public readonly int SellVolume
Field Value
Type |
Description |
System.Int32 |
|
TimeStamp
Declaration
public readonly DateTime TimeStamp
Field Value
Type |
Description |
System.DateTime |
|
Properties
Close
Declaration
public float Close { get; }
Property Value
Type |
Description |
System.Single |
|
High
Declaration
public float High { get; }
Property Value
Type |
Description |
System.Single |
|
IsAssigned
True to indicate that struct instance is assigned meaningful data
Declaration
public bool IsAssigned { get; }
Property Value
Type |
Description |
System.Boolean |
|
Low
Declaration
public float Low { get; }
Property Value
Type |
Description |
System.Single |
|
Open
Declaration
public float Open { get; }
Property Value
Type |
Description |
System.Single |
|
Extension Methods