Class SecDBFileReader.QuoteSample
Inheritance
System.Object
SecDBFileReader.QuoteSample
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Financial.Market.SecDb
Assembly: Azos.dll
Syntax
public class QuoteSample : SecDBFileReader.StreamSample, ITimeSeriesSample, ITimedSample
Fields
AskCount
Declaration
public readonly int AskCount
Field Value
Type | Description |
---|---|
System.Int32 |
BidCount
Declaration
public readonly int BidCount
Field Value
Type | Description |
---|---|
System.Int32 |
PriceLevels
Declaration
public readonly SecDBFileReader.QuoteSample.PxLevel[] PriceLevels
Field Value
Type | Description |
---|---|
SecDBFileReader.QuoteSample.PxLevel[] |
Properties
Asks
Declaration
public IEnumerable<SecDBFileReader.QuoteSample.PxLevel> Asks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SecDBFileReader.QuoteSample.PxLevel> |
Bids
Declaration
public IEnumerable<SecDBFileReader.QuoteSample.PxLevel> Bids { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SecDBFileReader.QuoteSample.PxLevel> |