Class RepoQuotebook
Котировки безадресных заявок РЕПО.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class RepoQuotebook
Remarks
Таблица содержит информацию о заявках с лучшими ставками РЕПО (отдельно на покупку и на продажу) по данному финансовому инструменту. Запрос осуществляется в двух вариантах, либо с указанием BoardID, либо с указанием SecBoard+SecCode.
Constructors
RepoQuotebook()
Создать RepoQuotebook.
Declaration
public RepoQuotebook()
Properties
Buysell
Направленность заявки - "купля/продажа".
Declaration
public Nullable<BuySells> Buysell { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BuySells> |
Discount
Дисконт в процентах.
Declaration
public Nullable<Decimal> Discount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Firmid
Идентификатор фирмы.
Declaration
public string Firmid { get; set; }
Property Value
Type | Description |
---|---|
String |
Price
Цена котировки.
Declaration
public Nullable<Decimal> Price { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Price2
Цена выкупа второй части РЕПО.
Declaration
public Nullable<Decimal> Price2 { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Quantity
Количество ценных бумаг, выраженное в лотах.
Declaration
public Nullable<long> Quantity { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Quoteno
Номер безадресной заявки.
Declaration
public Nullable<long> Quoteno { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
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> |
Repovalue
Сумма РЕПО - сумма привлеченных/предоставленных по сделке РЕПО денежных средств, по состоянию на текущую дату.
Declaration
public Nullable<Decimal> Repovalue { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
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 |