Class AllTrades
Все сделки.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class AllTrades
Remarks
Таблица содержит общую информацию (без указания сторон по сделке) по всем сделкам купли/продажи финансовых инструментов, совершенным в Торговой Системе с начала торговой сессии.
Constructors
AllTrades()
Создать AllTrades.
Declaration
public AllTrades()
Properties
Accruedint
Процентный доход, выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Accruedint { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Benchmark
Бенчмарк.
Declaration
public string Benchmark { get; set; }
Property Value
Type | Description |
---|---|
String |
Buysell
Направленность заявки, инициирующей заключение сделки - "купля/продажа".
Declaration
public Nullable<BuySells> Buysell { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BuySells> |
Faceamount
Объем сделки по номиналу, выраженный в валюте номинала.
Declaration
public Nullable<Decimal> Faceamount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Fixingdate
Дата фиксинга.
Declaration
public Nullable<DateTime> Fixingdate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Floatingrate
Признак плавающей ставки.
Declaration
public Nullable<FloatingRates> Floatingrate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FloatingRates> |
Microseconds
Время регистрации сделки в Торговой Системе, микросекунды.
Declaration
public Nullable<int> Microseconds { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Period
Период торговой сессии, когда была заключена сделка.
Declaration
public Nullable<Periods> Period { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Periods> |
Price
Цена за одну ценную бумагу.
Declaration
public Nullable<Decimal> Price { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Quantity
Объем сделки, выраженный в лотах.
Declaration
public Nullable<long> Quantity { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Repo2value
Объем сделки выкупа РЕПО, выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Repo2value { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Repo2valuebalance
Остаток объема сделки выкупа РЕПО в неисполенной части заявки, выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Repo2valuebalance { 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> |
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 |
Settledate
Дата расчетов сделки.
Declaration
public Nullable<DateTime> Settledate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Tradeno
Идентификационный номер сделки в Торговой Системе.
Declaration
public Nullable<long> Tradeno { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Tradetime
Время регистрации сделки в Торговой Системе.
Declaration
public Nullable<DateTime> Tradetime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Tradingsession
Идентификатор торговой сессии, в которой была заключена сделка.
Declaration
public string Tradingsession { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
Объем сделки, выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Value { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Yield
Доходность, рассчитанная по цене сделки.
Declaration
public Nullable<Decimal> Yield { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |