WsSecurityLookupCommand
StockSharp.Ws
DTO de fio para o "tipo": "securityLookup" comando. Ao contrário dos outros comandos de família de subscritor, este SecurityId é plano: nível superior securityCode + boardCode (histórico), não aninhado.
Propriedades
BoardCode
public string BoardCode { get; set; }
value = wsSecurityLookupCommand.BoardCode
wsSecurityLookupCommand.BoardCode = value
Campo de arame boardCode.
SecurityCode
public string SecurityCode { get; set; }
value = wsSecurityLookupCommand.SecurityCode
wsSecurityLookupCommand.SecurityCode = value
Campo de arame securityCode.
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = wsSecurityLookupCommand.SecurityType
wsSecurityLookupCommand.SecurityType = value
Campo de arame securityType.
TransactionId
public long TransactionId { get; set; }
value = wsSecurityLookupCommand.TransactionId
wsSecurityLookupCommand.TransactionId = value
Campo de arame transactionId.
Type
public string Type { get; set; }
value = wsSecurityLookupCommand.Type
wsSecurityLookupCommand.Type = value
Tipo de campo de arame.
Métodos
ToMessage
public SecurityLookupMessage ToMessage()
result = wsSecurityLookupCommand.ToMessage()
ToMessage.