WsSecurityLookupCommand
StockSharp.Ws
"type" の Wire DTO: "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()
代表取締役社長 佐藤 浩