Class ExtRepoQuote
Ввод безадресной заявки РЕПО.
Inherited Members
Namespace: StockSharp.Micex.Native.Transactions
Assembly: StockSharp.Micex.dll
Syntax
public class ExtRepoQuote : BaseTransaction
Constructors
ExtRepoQuote()
Создать ExtRepoQuote.
Declaration
public ExtRepoQuote()
Properties
Buysell
Направленность заявки - "купля/продажа".
Declaration
public Nullable<BuySells> Buysell { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BuySells> |
Extref
Поле-примечание, используется для обратной связи с внешними системами. Например, идентификатор пользователя внешней системы, поставившего заявку.
Declaration
public string Extref { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Название транзакции.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Quantity
Количество ценных бумаг, выраженное в лотах.
Declaration
public Nullable<long> Quantity { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Repoordervalue
Сумма РЕПО, в валюте расчетов.
Declaration
public Nullable<Decimal> Repoordervalue { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Reporate
Ставка РЕПО, в процентах.
Declaration
public Nullable<Decimal> Reporate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Repoterm
Срок РЕПО - промежуток времени, выраженный в календарных днях, между датами исполнения первой и второй частей сделки РЕПО. Срок РЕПО исчисляется со дня, следующего за днем исполнения первой части сделки РЕПО, до дня исполнения второй части сделки РЕПО включительно.
Declaration
public Nullable<int> Repoterm { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Secboard
Идентификатор режима торгов для финансового инструмента.
Declaration
public string Secboard { get; set; }
Property Value
Type | Description |
---|---|
String |
Seccode
Идентификатор финансового инструмента.
Declaration
public string Seccode { get; set; }
Property Value
Type | Description |
---|---|
String |
Settlecode
Код расчетов по сделке.
Declaration
public string Settlecode { get; set; }
Property Value
Type | Description |
---|---|
String |
Startdiscount
Дисконт в процентах.
Declaration
public Nullable<Decimal> Startdiscount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Withdrawflag
Снять активные: "Y" - снять активные безадресные заявки фирмы с тем же кодом бумаги, направлением и кодом расчетов, как и у регистрируемой заявки; "N" - не снимать активные заявки.
Declaration
public Nullable<YesNos> Withdrawflag { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |