WsSecurityLookupCommand

StockSharp.Ws

Подключите DTO для команды «type»: «securityLookup». В отличие от других команд семейства подписки, эта SecurityId является плоской: securityCode верхнего уровня + boardCode (историческая), а не вложенной.

Свойства

BoardCode
public string BoardCode { get; set; }
value = wsSecurityLookupCommand.BoardCode
wsSecurityLookupCommand.BoardCode = value

Проводное поле boardCode.

SecurityCode
public string SecurityCode { get; set; }
value = wsSecurityLookupCommand.SecurityCode
wsSecurityLookupCommand.SecurityCode = value

Проводное поле securityCode.

SecurityType
public SecurityTypes? SecurityType { get; set; }
value = wsSecurityLookupCommand.SecurityType
wsSecurityLookupCommand.SecurityType = value

Проводное поле securityType.

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

Проводное поле transactionId.

Type
public string Type { get; set; }
value = wsSecurityLookupCommand.Type
wsSecurityLookupCommand.Type = value

Тип проводного поля.

Методы

ToMessage
public SecurityLookupMessage ToMessage()
result = wsSecurityLookupCommand.ToMessage()

ToMessage.