DataType Class |
Namespace: StockSharp.Messages
[SerializableAttribute] public class DataType : Equatable<DataType>, IPersistable
The DataType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Adapters |
Adapters.
|
![]() | Arg |
The additional argument, associated with data. For example, candle argument.
|
![]() ![]() | Board |
Board info.
|
![]() ![]() | BoardState |
Board state.
|
![]() ![]() | CandlePnF | PnFCandleMessage data type.
|
![]() ![]() | CandleRange | RangeCandleMessage data type.
|
![]() ![]() | CandleRenko | RenkoCandleMessage data type.
|
![]() ![]() | CandleSources |
Possible data types that can be used as candles source.
|
![]() ![]() | CandleTick | TickCandleMessage data type.
|
![]() ![]() | CandleTimeFrame | TimeFrameCandleMessage data type.
|
![]() ![]() | CandleVolume | VolumeCandleMessage data type.
|
![]() ![]() | Command | |
![]() ![]() | FilteredMarketDepth |
Filtered market depth.
|
![]() | IsCandles |
Determines whether the specified message type is derived from CandleMessage.
|
![]() | IsCandleSource |
Is the data type can be used as candles compression source.
|
![]() | IsMarketData |
Determines whether the specified message type is market-data.
|
![]() | IsPortfolio |
Determines whether the specified message type is derived from PortfolioMessage.
|
![]() | IsSecurityRequired |
Is the data type required security info.
|
![]() ![]() | Level1 |
Level1.
|
![]() ![]() | MarketDepth |
Market depth.
|
![]() | MessageType |
Message type.
|
![]() | Name |
Name.
|
![]() ![]() | News |
News.
|
![]() ![]() | OrderLog |
Order log.
|
![]() ![]() | PortfolioRoute |
Portfolio route.
|
![]() ![]() | PositionChanges |
Position changes.
|
![]() ![]() | Securities |
Securities.
|
![]() ![]() | SecurityLegs |
Security legs.
|
![]() ![]() | SecurityMapping |
Security mapping.
|
![]() ![]() | SecurityRoute |
Security route.
|
![]() ![]() | Ticks |
Ticks.
|
![]() ![]() | TimeFrames |
The candle time frames.
|
![]() ![]() | Transactions |
Transactions.
|
![]() ![]() | Users |
User info.
|
Name | Description | |
---|---|---|
![]() | Clone |
Create a copy of DataType.
(Overrides Cloneable.Clone.) |
![]() | CompareTo(Object) | (Inherited from EquatableDataType.) |
![]() | CompareTo(UTP) | (Inherited from EquatableDataType.) |
![]() ![]() | Create(Type, Object) |
Initializes a new instance of the DataType.
|
![]() ![]() | Create(Type, Object, Boolean) |
Initializes a new instance of the DataType.
|
![]() | Equals(Object) | (Inherited from EquatableDataType.) |
![]() | Equals(UTP) | (Inherited from EquatableDataType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Equatable.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Immutable |
Make immutable.
|
![]() | Load |
Load settings.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnEquals |
Compare DataType on the equivalence.
(Overrides Equatable.OnEquals(UTP).) |
![]() ![]() | Portfolio |
Create data type info for PortfolioMessage.
|
![]() | Save |
Save settings.
|
![]() | SetName |
Set Name.
|
![]() ![]() | TimeFrame |
Create data type info for TimeFrameCandleMessage.
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | DataTypeArgToString |
Convert candle parameter into folder name replacing the reserved symbols.
(Defined by Extensions.) |
![]() | DataTypeToFileName |
Convert file name to DataType.
(Defined by Extensions.) |
![]() | FormatToString |
Convert DataType to String value.
(Defined by Extensions.) |
![]() | GetDefaultMaxCount |
Get maximum possible items count per single subscription request.
(Defined by Extensions.) |
![]() | IsLookup |
Determines the specified type is lookup.
(Defined by Extensions.) |
![]() | ToCandleSeries |
Convert DataType to CandleSeries value.
(Defined by MessageConverterHelper.) |
![]() | ToFixMDType |
Convert DataType to MDEntryType value.
(Defined by Extensions.) |
![]() | ToMarketDataType |
Convert DataType to MarketDataTypes value.
(Defined by Extensions.) |
![]() | ToMessageType2 |
Convert DataType to MessageTypes value.
(Defined by Extensions.) |
![]() | ToReadableString |
Convert DataType to readable string.
(Defined by TraderHelper.) |
![]() | ToSubscription |
Convert DataType to Subscription value.
(Defined by MessageConverterHelper.) |
![]() | ToSubscriptionMessage |
Convert DataType to ISubscriptionMessage value.
(Defined by MessageConverterHelper.) |