WsSecurityLookupCommand

StockSharp.Ws

DTO de alambre para el "tipo": " securityLookup " comando. A diferencia de los otros comandos de suscript-familia, este es SecurityId plano: securityCode de alto nivel + boardCode (histórico), no anidado.

Propiedades

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

Campo de cable boardCode@.

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

Campo de cable securityCode@.

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

Campo de cable securityType@.

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

Campo de cable transactionId@.

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

Tipo de campo de alambre.

Métodos

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

ToMessage.