WsSecurityLookupCommand
StockSharp.Ws
Wire DTO for the "type": "securityLookup" command. Unlike the other subscribe-family commands, this one's SecurityId is flat: top-level securityCode + boardCode (historical), not nested.
Properties
BoardCode
public string BoardCode { get; set; }
value = wsSecurityLookupCommand.BoardCode
wsSecurityLookupCommand.BoardCode = value
Wire field boardCode.
SecurityCode
public string SecurityCode { get; set; }
value = wsSecurityLookupCommand.SecurityCode
wsSecurityLookupCommand.SecurityCode = value
Wire field securityCode.
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = wsSecurityLookupCommand.SecurityType
wsSecurityLookupCommand.SecurityType = value
Wire field securityType.
TransactionId
public long TransactionId { get; set; }
value = wsSecurityLookupCommand.TransactionId
wsSecurityLookupCommand.TransactionId = value
Wire field transactionId.
Type
public string Type { get; set; }
value = wsSecurityLookupCommand.Type
wsSecurityLookupCommand.Type = value
Wire field type.
Methods
ToMessage
public SecurityLookupMessage ToMessage()
result = wsSecurityLookupCommand.ToMessage()
ToMessage.