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
CandlesBuildFrom
Candles build source.
public Level1Fields? CandlesBuildFrom { get; set; }
Property Value
CandlesBuildMode
Candles build mode.
public MarketDataBuildModes CandlesBuildMode { get; set; }
Property Value
Count
Processed items count.
public long Count { get; set; }
Property Value
Disabled
Gets or sets whether the data type is disabled for this security.
public bool Disabled { get; set; }
Property Value
EndDate
End date of data download.
public DateTime? EndDate { get; set; }
Property Value
FillGaps
Defines how to fill gaps in data.
public FillGapsDays? FillGaps { get; set; }
Property Value
Hidden
Gets or sets whether the data type is hidden for this security.
public bool Hidden { get; set; }
Property Value
IsRealTime
Real-time market data flag.
public bool IsRealTime { get; set; }
Property Value
LastError
Last error info.
public Exception LastError { get; set; }
Property Value
LastTime
Timestamp of the last processed data.
public DateTime? LastTime { get; set; }
Property Value
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
MaxDepth
Maximum order book depth.
public int? MaxDepth { get; set; }
Property Value
- int?
State
Current subscription state.
public SubscriptionStates? State { get; set; }
Property Value
VolumeProfile
Volume profile flag.
public bool? VolumeProfile { get; set; }
Property Value
- bool?