MessageTypeInfo
StockSharp.Messages
Extended info for MessageTypes.
Наследует: Equatable<MessageTypeInfo>
Конструкторы
MessageTypeInfo(MessageTypes, bool?)
Initializes a new instance of the MessageTypeInfo.
- type
- Message type.
- isMarketData
- Type is market-data type.
MessageTypeInfo(MessageTypes, bool?, string, string)
Initializes a new instance of the MessageTypeInfo.
- type
- Message type.
- isMarketData
- Type is market-data type.
- displayName
- Display name.
- description
- Description.
Свойства
Description : string
Description.
DisplayName : string
Display name.
IsMarketData : bool?
Type is market-data type.
Type : MessageTypes
Message type.
Методы
GetHashCode() : int
Serves as a hash function for a particular type.
Возвращает: A hash code for the current Object.
OnEquals(MessageTypeInfo) : bool
Compare MessageTypeInfo on the equivalence.
- other
- Another value with which to compare.
Возвращает: , if the specified object is equal to the current object, otherwise, .