Table of Contents

Class LicenseFeatureMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

License feature message.

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

Constructors

LicenseFeatureMessage()

Initializes a new instance of the LicenseFeatureMessage.

public LicenseFeatureMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Id

Identifier.

public long Id { get; set; }

Property Value

long

Name

Name.

public string Name { get; set; }

Property Value

string

Methods

CopyTo(LicenseFeatureMessage)

Copy the message into the destination.

public override void CopyTo(LicenseFeatureMessage destination)

Parameters

destination LicenseFeatureMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string