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, .