MessageTypeInfo

StockSharp.Messages

Extended info for MessageTypes.

Herda de: Equatable<MessageTypeInfo>

Construtores

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.

Propriedades

Description : string

Description.

DisplayName : string

Display name.

IsMarketData : bool?

Type is market-data type.

Type : MessageTypes

Message type.

Métodos

Clone() : MessageTypeInfo

Create a copy of MessageTypeInfo.

Retorna: Copy.

GetHashCode() : int

Serves as a hash function for a particular type.

Retorna: A hash code for the current Object.

OnEquals(MessageTypeInfo) : bool

Compare MessageTypeInfo on the equivalence.

other
Another value with which to compare.

Retorna: , if the specified object is equal to the current object, otherwise, .

ToString() : string

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

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