Class Orders
Заявки.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class Orders
Remarks
Таблица содержит информацию о заявках, поданных Членом Секции (Членами Секции) в Торговую Систему с начала торговой сессии. Каждая заявка представлена в таблице одной строкой.
Constructors
Orders()
Создать Orders.
Declaration
public Orders()
Properties
Account
Торговый счет, в счет которого подана заявка.
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
String |
Accruedint
Накопленный купонный доход, рассчитанный для указанного в заявке количества ценных бумаг, выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Accruedint { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Activationtime
Время активации заявки.
Declaration
public Nullable<DateTime> Activationtime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Activationtype
Указывается при посылке заявки с активацией по наступлению специфицированного события. Доступный тип значения на данный момент "C" - заявка в Аукцион закрытия.
Declaration
public Nullable<OrderActivationTypes> Activationtype { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OrderActivationTypes> |
Asp
Аналог собственноручной подписи.
Declaration
public string Asp { get; set; }
Property Value
Type | Description |
---|---|
String |
Balance
Объем неисполненной части заявки, выраженный в лотах.
Declaration
public Nullable<long> Balance { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Bankaccid
Идентификатор расчетного счета/кода в клиринговой организации.
Declaration
public string Bankaccid { get; set; }
Property Value
Type | Description |
---|---|
String |
Bankid
Расчетная организация.
Declaration
public string Bankid { get; set; }
Property Value
Type | Description |
---|---|
String |
Brokerref
Дополнительная справочная информация (заполняется трейдером), как правило - номер поручения.
Declaration
public string Brokerref { get; set; }
Property Value
Type | Description |
---|---|
String |
Buysell
Направленность заявки - "купля/продажа".
Declaration
public Nullable<BuySells> Buysell { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BuySells> |
Clientcode
Код клиента, присвоенный брокером.
Declaration
public string Clientcode { get; set; }
Property Value
Type | Description |
---|---|
String |
Currencyid
Валюта расчетов по инструменту.
Declaration
public string Currencyid { get; set; }
Property Value
Type | Description |
---|---|
String |
Entrytype
Индикатор типа ввода значения цены заявки - "по цене/по доходности/по средневзвешенной цене".
Declaration
public Nullable<PriceEntryTypes> Entrytype { get; set; }
Property Value
Type | Description |
---|---|
Nullable<PriceEntryTypes> |
Extref
Поле-примечание, используется для обратной связи с внешними системами. Например, идентификатор пользователя внешней системы, поставившего заявку.
Declaration
public string Extref { get; set; }
Property Value
Type | Description |
---|---|
String |
Firmid
Идентификатор фирмы, от имени которой подана заявка.
Declaration
public string Firmid { get; set; }
Property Value
Type | Description |
---|---|
String |
Fixingdate
Дата фиксинга.
Declaration
public Nullable<DateTime> Fixingdate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Hidden
Скрыто лотов.
Declaration
public Nullable<long> Hidden { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Immcancel
Модификатор типа заявки - "поставить в очередь/снять остаток при невозможности полностью удовлетворить заявку".
Declaration
public Nullable<ImmCancels> Immcancel { get; set; }
Property Value
Type | Description |
---|---|
Nullable<ImmCancels> |
Initialprice
Цена, указанная участником торгов при подаче заявки.
Declaration
public Nullable<Decimal> Initialprice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Intorderno
Внутренний идентификационный номер заявки в Торговой Системе, присваиваемый заявке в момент постановки в очередь. Используется для идентификации собственной заявки в анонимном потоке FAST market data.
Declaration
public Nullable<long> Intorderno { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Linkedorder
Номер заявки, которая была заменена данной заявкой.
Declaration
public Nullable<long> Linkedorder { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Lseccode
Актив корзины.
Declaration
public string Lseccode { get; set; }
Property Value
Type | Description |
---|---|
String |
Marketmaker
Заявка маркет-мейкера.
Declaration
public Nullable<YesNos> Marketmaker { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |
Microseconds
Время регистрации заявки в торговой системе, микросекунды.
Declaration
public Nullable<int> Microseconds { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Mktlimit
Тип заявки - "лимитированная/рыночная".
Declaration
public Nullable<MktLimits> Mktlimit { get; set; }
Property Value
Type | Description |
---|---|
Nullable<MktLimits> |
Ordcancelreason
Причина отмены заявки.
Declaration
public Nullable<OrderCancelReasons> Ordcancelreason { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OrderCancelReasons> |
Orderno
Идентификационный номер заявки в Торговой Системе.
Declaration
public Nullable<long> Orderno { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Ordertime
Время регистрации заявки в торговой системе.
Declaration
public Nullable<DateTime> Ordertime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
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> |
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> |
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> |
Repoflag
Заявка РЕПО.
Declaration
public string Repoflag { get; set; }
Property Value
Type | Description |
---|---|
String |
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> |
Repovaluebalance
Остаток суммы РЕПО - сумма привлеченных/предоставленных по сделке РЕПО денежных средств в неисполненной части заявки, по состоянию на текущую дату.
Declaration
public Nullable<Decimal> Repovaluebalance { 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> |
Settleliabilityflag
Отметка о том, что заявка является поручением урегулирования обязательств между УК и УТ.
Declaration
public Nullable<TradeSettleLiabilityFlags> Settleliabilityflag { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TradeSettleLiabilityFlags> |
Splitflag
Модификатор типа заявки - "разрешить/запретить сделки по разным ценам".
Declaration
public Nullable<SplitFlags> Splitflag { get; set; }
Property Value
Type | Description |
---|---|
Nullable<SplitFlags> |
Staborder
Заявка, поданная в целях поддержания цен/Стабилизационная заявка.
Declaration
public Nullable<YesNos> Staborder { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |
Startdiscount
Начальный дисконт, %.
Declaration
public Nullable<Decimal> Startdiscount { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Status
Текущий статус заявки.
Declaration
public Nullable<OrderStatuses> Status { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OrderStatuses> |
Tradingsession
Идентификатор торговой сессии, в которой была зарегистрирована заявка.
Declaration
public string Tradingsession { get; set; }
Property Value
Type | Description |
---|---|
String |
UpdateMicroseconds
Время последнего изменения (мэтчинга, снятия) заявки в торговой системе, микросекунды.
Declaration
public Nullable<int> UpdateMicroseconds { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Updatetime
Время последнего изменения (мэтчинга, снятия) заявки в торговой системе.
Declaration
public Nullable<DateTime> Updatetime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Upduserid
Идентификатор участника торгов, изменившего заявку последним.
Declaration
public string Upduserid { get; set; }
Property Value
Type | Description |
---|---|
String |
Userid
Идентификатор трейдера, подавшего заявку.
Declaration
public string Userid { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
Объем заявки (без учета комиссионного сбора Биржи и % дохода), выраженный в валюте расчетов.
Declaration
public Nullable<Decimal> Value { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Valueentrytype
Тип по объему.
Declaration
public Nullable<ValueEntryTypes> Valueentrytype { get; set; }
Property Value
Type | Description |
---|---|
Nullable<ValueEntryTypes> |
Visibilityfactor
Видимая часть в общей сумме заявки в %.
Declaration
public Nullable<Decimal> Visibilityfactor { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Visiblebalance
Объем неисполненной части айсберг-заявки, отображаемый в котировках, выраженный в лотах.
Declaration
public Nullable<long> Visiblebalance { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |
Visiblerepovalue
Видимый остаток суммы РЕПО.
Declaration
public Nullable<Decimal> Visiblerepovalue { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Yield
Доходность, рассчитанная по цене заявки.
Declaration
public Nullable<Decimal> Yield { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |