Class StrategySubscription
Подписка на стратегию.
Namespace: StockSharp.Community
Assembly: StockSharp.Algo.dll
Syntax
public class StrategySubscription : Object
Constructors
StrategySubscription()
Declaration
public StrategySubscription()
Properties
Account
Номер счета, к которому привязан лицензия.
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
String |
Amount
Стоимость подписки.
Declaration
public Decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
End
End time.
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
HardwareId
Идентификатор компьютера, к которому привязан лицензия.
Declaration
public string HardwareId { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
Identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
IsAutoRenew
Авто-продление подписки.
Declaration
public bool IsAutoRenew { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Start
Start time.
Declaration
public DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
StrategyId
Идентификатор StrategyData.
Declaration
public long StrategyId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |