SecurityLookupMessage

StockSharp.Messages

Поиск финансовых инструментов сообщений по заданным критериям.

Наследует: SecurityMessage

Реализует: ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable, ISecurityTypesMessage, ISecurityIdsMessage

Конструкторы

SecurityLookupMessage
public SecurityLookupMessage()
securityLookupMessage = SecurityLookupMessage()

Инициализирует новый экземпляр SecurityLookupMessage.

Свойства

Count
public long? Count { get; set; }
value = securityLookupMessage.Count
securityLookupMessage.Count = value

Получает счет ожидающих сообщений.

DisableArchive
public bool DisableArchive { get; set; }
value = securityLookupMessage.DisableArchive
securityLookupMessage.DisableArchive = value

Инвалид переводит результат запроса в архивный орган.

FillGaps
public FillGapsDays? FillGaps { get; set; }
value = securityLookupMessage.FillGaps
securityLookupMessage.FillGaps = value

FillGapsDays.

IncludeExpired
public bool IncludeExpired { get; set; }
value = securityLookupMessage.IncludeExpired
securityLookupMessage.IncludeExpired = value

Включая просроченные финансовые инструменты.

OnlySecurityId
public bool OnlySecurityId { get; set; }
value = securityLookupMessage.OnlySecurityId
securityLookupMessage.OnlySecurityId = value

Запросить только SecurityId.

SecurityIds
public SecurityId[] SecurityIds { get; set; }
value = securityLookupMessage.SecurityIds
securityLookupMessage.SecurityIds = value

идентификаторы финансовых инструментов.

SecurityTypes
public SecurityTypes[] SecurityTypes { get; set; }
value = securityLookupMessage.SecurityTypes
securityLookupMessage.SecurityTypes = value

виды финансовых инструментов.

Skip
public long? Skip { get; set; }
value = securityLookupMessage.Skip
securityLookupMessage.Skip = value

Пропустить счет.

TransactionId
public long TransactionId { get; set; }
value = securityLookupMessage.TransactionId
securityLookupMessage.TransactionId = value

Идентификатор запроса.

Методы

Clone
public override Message Clone()
result = securityLookupMessage.Clone()

Создайте копию SecurityLookupMessage.

Возвращает: Копия.

CopyTo
public void CopyTo(SecurityLookupMessage destination)
securityLookupMessage.CopyTo(destination)

Скопируйте сообщение в .

destination
Объект, на который копируется информация.
ToString
public override string ToString()
result = securityLookupMessage.ToString()

Преобразовать к строковому представлению.

Возвращает: Строковое представление.