Table of Contents

Class ProductPermissionMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

Product permission message.

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

Constructors

ProductPermissionMessage()

Initializes a new instance of the ProductPermissionMessage.

public ProductPermissionMessage()

Properties

Command

Command.

[DataMember]
public CommandTypes? Command { get; set; }

Property Value

CommandTypes?

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

IsManager

Is manager.

[DataMember]
public bool IsManager { get; set; }

Property Value

bool

ProductId

Product.

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

Property Value

long

UserId

User ID.

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

Property Value

long

Methods

Clone()

Create a copy of ProductPermissionMessage.

public override Message Clone()

Returns

Message

Copy.