Table of Contents

Class HydraTaskSecurity.DataTypeInfo

Namespace
StockSharp.Hydra.Core
Assembly
StockSharp.Hydra.Core.dll

Per data-type info for the security.

public class HydraTaskSecurity.DataTypeInfo : NotifiableObject, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
HydraTaskSecurity.DataTypeInfo
Implements
Inherited Members
Extension Methods

Constructors

DataTypeInfo()

public DataTypeInfo()

Properties

BeginDate

Start date of data download.

public DateTime? BeginDate { get; set; }

Property Value

DateTime?

CandlesBuildFrom

Candles build source.

public Level1Fields? CandlesBuildFrom { get; set; }

Property Value

Level1Fields?

CandlesBuildMode

Candles build mode.

public MarketDataBuildModes CandlesBuildMode { get; set; }

Property Value

MarketDataBuildModes

Count

Processed items count.

public long Count { get; set; }

Property Value

long

Disabled

Gets or sets whether the data type is disabled for this security.

public bool Disabled { get; set; }

Property Value

bool

EndDate

End date of data download.

public DateTime? EndDate { get; set; }

Property Value

DateTime?

FillGaps

Defines how to fill gaps in data.

public FillGapsDays? FillGaps { get; set; }

Property Value

FillGapsDays?

Hidden

Gets or sets whether the data type is hidden for this security.

public bool Hidden { get; set; }

Property Value

bool

IsRealTime

Real-time market data flag.

public bool IsRealTime { get; set; }

Property Value

bool

LastError

Last error info.

public Exception LastError { get; set; }

Property Value

Exception

LastTime

Timestamp of the last processed data.

public DateTime? LastTime { get; set; }

Property Value

DateTime?

LastTime2

Timestamp of the last processed data. Differs from LastTime in that it is updated to BeginDate when the latter changes. Thus, LastTime points to the last timestamp of data from the last download, while LastTime2 is the timestamp from which to resume download if it was stopped earlier.

public DateTime? LastTime2 { get; set; }

Property Value

DateTime?

MaxDepth

Maximum order book depth.

public int? MaxDepth { get; set; }

Property Value

int?

State

Current subscription state.

public SubscriptionStates? State { get; set; }

Property Value

SubscriptionStates?

VolumeProfile

Volume profile flag.

public bool? VolumeProfile { get; set; }

Property Value

bool?