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.

メソッド

Clone() : MessageTypeInfo

Create a copy of MessageTypeInfo.

戻り値: Copy.

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

ToString() : string

Преобразовать к строковому представлению.

戻り値: Строковое представление.