Class RepoOrderInfo
Информация, необходимая для создания РЕПО-заявки.
Implements
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class RepoOrderInfo : Cloneable<RepoOrderInfo>, IPersistable
Constructors
RepoOrderInfo()
Создать RepoOrderInfo.
Declaration
public RepoOrderInfo()
Properties
BlockSecurities
Признак блокировки бумаг на время операции РЕПО («YES», «NO»).
Declaration
public Nullable<bool> BlockSecurities { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
IsModified
REPO-M.
Declaration
public bool IsModified { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LowerDiscount
Нижнее предельное значение дисконта в заявке на сделку РЕПО-М.
Declaration
public Nullable<Decimal> LowerDiscount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
MatchRef
Ссылка, которая связывает две сделки РЕПО или РПС.
Declaration
public string MatchRef { get; set; }
Property Value
Type | Description |
---|---|
String |
Partner
Код организации – партнера по внебиржевой сделке.
Declaration
public string Partner { get; set; }
Property Value
Type | Description |
---|---|
String |
Rate
Ставка РЕПО, в процентах.
Declaration
public Nullable<Decimal> Rate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
RefundRate
Ставка фиксированного возмещения, выплачиваемого в случае неисполнения второй части РЕПО, в процентах.
Declaration
public Nullable<Decimal> RefundRate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
SecondPrice
Цена второй части РЕПО.
Declaration
public Nullable<Decimal> SecondPrice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
SettleCode
Код расчетов при исполнении внебиржевых заявок.
Declaration
public string SettleCode { get; set; }
Property Value
Type | Description |
---|---|
String |
SettleDate
Дата исполнения внебиржевой сделки.
Declaration
public Nullable<DateTimeOffset> SettleDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
StartDiscount
Начальное значение дисконта в заявке на сделку РЕПО-М.
Declaration
public Nullable<Decimal> StartDiscount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Term
Срок РЕПО. Параметр сделок РЕПО-М.
Declaration
public Nullable<Decimal> Term { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
UpperDiscount
Верхнее предельное значение дисконта в заявке на сделку РЕПО-М.
Declaration
public Nullable<Decimal> UpperDiscount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Value
Объем сделки РЕПО-М в рублях.
Declaration
public Nullable<Decimal> Value { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Methods
Clone()
Создать копию RepoOrderInfo.
Declaration
public override RepoOrderInfo Clone()
Returns
Type | Description |
---|---|
RepoOrderInfo | Копия объекта. |
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |