MessageTypeInfo
StockSharp.Messages
Extended info for MessageTypes.
Erbt von: Equatable<MessageTypeInfo>
Konstruktoren
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.
Eigenschaften
Description : string
Description.
DisplayName : string
Display name.
IsMarketData : bool?
Type is market-data type.
Type : MessageTypes
Message type.
Methoden
GetHashCode() : int
Serves as a hash function for a particular type.
Rückgabe: A hash code for the current Object.
OnEquals(MessageTypeInfo) : bool
Compare MessageTypeInfo on the equivalence.
- other
- Another value with which to compare.
Rückgabe: , if the specified object is equal to the current object, otherwise, .