WsSecurityLookupCommand
StockSharp.Ws
Wire DTO für den "Typ": "securityLookup" Befehl. Im Gegensatz zu den anderen Subscription-Familienbefehlen ist dieser SecurityId flach: oberste Ebene securityCode + boardCode (historisch), nicht verschachtelt.
Eigenschaften
BoardCode
public string BoardCode { get; set; }
value = wsSecurityLookupCommand.BoardCode
wsSecurityLookupCommand.BoardCode = value
Wire Feld boardCode.
SecurityCode
public string SecurityCode { get; set; }
value = wsSecurityLookupCommand.SecurityCode
wsSecurityLookupCommand.SecurityCode = value
Wire Feld securityCode.
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = wsSecurityLookupCommand.SecurityType
wsSecurityLookupCommand.SecurityType = value
Wire Feld securityType.
TransactionId
public long TransactionId { get; set; }
value = wsSecurityLookupCommand.TransactionId
wsSecurityLookupCommand.TransactionId = value
Wire Feld transactionId.
Type
public string Type { get; set; }
value = wsSecurityLookupCommand.Type
wsSecurityLookupCommand.Type = value
Art des Drahtfelds.
Methoden
ToMessage
public SecurityLookupMessage ToMessage()
result = wsSecurityLookupCommand.ToMessage()
ToMessage.