MessageTypeInfo

StockSharp.Messages

Extended info for MessageTypes.

Hereda de: Equatable<MessageTypeInfo>

Constructores

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.

Propiedades

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.

Devuelve: Copy.

GetHashCode() : int

Serves as a hash function for a particular type.

Devuelve: A hash code for the current Object.

OnEquals(MessageTypeInfo) : bool

Compare MessageTypeInfo on the equivalence.

other
Another value with which to compare.

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

ToString() : string

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

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