Class ProductPermissionMessage
Product permission message.
Inheritance
ProductPermissionMessage
Implements
Inherited Members
Namespace: StockSharp.Community
Assembly: StockSharp.Community.dll
Syntax
public class ProductPermissionMessage : BaseSubscriptionIdMessage<ProductPermissionMessage>, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
ProductPermissionMessage()
Initializes a new instance of the ProductPermissionMessage.
Declaration
public ProductPermissionMessage()
Properties
Command
Command.
Declaration
public Nullable<CommandTypes> Command { get; set; }
Property Value
Type | Description |
---|---|
Nullable<CommandTypes> |
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductPermissionMessage>.DataType
IsManager
Is manager.
Declaration
public bool IsManager { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ProductId
Product.
Declaration
public long ProductId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
UserId
User ID.
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Create a copy of ProductPermissionMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Copy. |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductPermissionMessage>.Clone()