Class ProductIdAttribute
- Namespace
- StockSharp.Configuration
- Assembly
- StockSharp.Configuration.dll
Product id attribute.
[AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)]
public class ProductIdAttribute : Attribute
- Inheritance
-
ProductIdAttribute
- Inherited Members
- Extension Methods
Constructors
ProductIdAttribute(long)
Initializes a new instance of the ProductIdAttribute.
public ProductIdAttribute(long productId)
Parameters
Properties
ProductId
Product id.
public long ProductId { get; }