Table of Contents

Class ProductCategoryMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

Product category message.

[DataContract]
public class ProductCategoryMessage : BaseSubscriptionIdMessage<ProductCategoryMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage
Inheritance
ProductCategoryMessage
Implements
Inherited Members
Extension Methods

Constructors

ProductCategoryMessage()

Initializes a new instance of the ProductCategoryMessage.

public ProductCategoryMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Id

Identifier.

[DataMember]
public long Id { get; set; }

Property Value

long

Name

Name.

[DataMember]
public string Name { get; set; }

Property Value

string

Methods

Clone()

Create a copy of ProductCategoryMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(ProductCategoryMessage)

Copy the message into the destination.

public override void CopyTo(ProductCategoryMessage destination)

Parameters

destination ProductCategoryMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string