Table of Contents

Enum ProductPriceTypes

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

Product price types.

[DataContract]
public enum ProductPriceTypes
Extension Methods

Fields

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Annual")] Annual = 2

Annual.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Lifetime")] Lifetime = 0

Lifetime.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "PerMonth")] PerMonth = 1

Per month.