Class SetLimit2
Изменение внутренних ограничений фирмы.
Inherited Members
Namespace: StockSharp.Micex.Native.Transactions
Assembly: StockSharp.Micex.dll
Syntax
public class SetLimit2 : BaseTransaction
Constructors
SetLimit2()
Create SetLimit2.
Declaration
public SetLimit2()
Properties
Allowbreach
Плановый остаток может не удовлетворять ограничениям.
Declaration
public Nullable<YesNos> Allowbreach { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |
Bankaccid
Идентификатор расчетного счета/кода в клиринговой организации.
Declaration
public string Bankaccid { get; set; }
Property Value
Type | Description |
---|---|
String |
Currcode
Код валюты.
Declaration
public string Currcode { get; set; }
Property Value
Type | Description |
---|---|
String |
Firmid
Идентификатор фирмы.
Declaration
public string Firmid { get; set; }
Property Value
Type | Description |
---|---|
String |
Limit2
Внутреннее ограничение.
Declaration
public Nullable<long> Limit2 { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Limit2set
Проверять внутреннее ограничение.
Declaration
public Nullable<YesNos> Limit2set { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |
Name
Название транзакции.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Tag
Идентификатор позиции.
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
String |